Example #1
0
 /// <summary>
 /// Get Employee details by employeecode
 /// </summary>
 /// <param name="companyCode"></param>
 /// <param name="employeeCode"></param>
 /// <returns></returns>
 public IEnumerable <MVCModels.Disable_Emloyeedetails> GetEmployeeNamebyEmployeeCode(string companyCode, string employeeCode)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     return(_objDALUsercretion.GetEmployeeNamebyEmployeeCode(companyCode, employeeCode));
 }