Package com.krminc.phr.web.admin

Examples of com.krminc.phr.web.admin.UserManager


   *
   * @return UserManager resource
   */
  @Path(AppConfig.PATH_USERMANAGER_ROOT + "/")
  public UserManager getUserManager() {
    return new UserManager();
  }
View Full Code Here

TOP

Related Classes of com.krminc.phr.web.admin.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.