Exemplo n.º 1
0
 /// <summary>
 /// Used to get all user to disable
 /// </summary>
 /// <param name="companyCode"></param>
 /// <param name="userCode"></param>
 /// <returns></returns>
 public IEnumerable <MVCModels.User_UserMasterModel> GetUserToDisable(string companyCode, string userCode)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     return(_objDALUsercretion.GetUserToDisable(companyCode, userCode));
 }