예제 #1
0
파일: KGrpNUser.cs 프로젝트: mengithub/XP-2
 //public static List<WsUser> GetUser(IMDBType iMDBType, string userLName, string userFName, string userEmpId, bool isExactSearch)
 public static List<WsUser> GetUser(IMDBType iMDBType, string userName, string userEmpId, bool isExactSearch)
 {
     IMGrpNUser iMGrpNUser = new IMGrpNUser(iMDBType);
     return iMGrpNUser.GetUser(userName, userEmpId, isExactSearch);
 }
예제 #2
0
파일: KGrpNUser.cs 프로젝트: mengithub/XP-2
 public static WsUser GetUser(IMDBType iMDBType, string userEmpId)
 {
     IMGrpNUser iMGrpNUser = new IMGrpNUser(iMDBType);
     return iMGrpNUser.GetUser(userEmpId);
 }