Package com.zerowaste.manager

Examples of com.zerowaste.manager.UserManager


  public static ModelManager<Role> getRoleManager() {
    return new ModelManager<Role>(Role.class);
  }
 
  public static UserManager getUserManager() {
    return new UserManager();
  }
View Full Code Here

TOP

Related Classes of com.zerowaste.manager.UserManager

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.