Exemplo n.º 1
0
 public IEnumerable <MVCModels.User_LeaveTypeModel> GetLeaveTypebyUserCode(string companyCode, string UserCode, string userTypecode, string effectiveTo, string newusertypecode)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     return(_objDALUsercretion.GetLeaveTypebyUserCode(companyCode, UserCode, userTypecode, effectiveTo, newusertypecode));
 }