Package com.zycus.dotproject.impl

Examples of com.zycus.dotproject.impl.UserManagerImpl


import com.zycus.dotproject.api.IUserManager;
import com.zycus.dotproject.impl.UserManagerImpl;

public class UserManagerFactory {
  public static IUserManager getUserManager() {
    return new UserManagerImpl();
  }
View Full Code Here

TOP

Related Classes of com.zycus.dotproject.impl.UserManagerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.