Beispiel #1
0
 public List <ReleaseManagementModel> GetAllEmps()
 {
     return(dal.GetAllEmployeesForAdmin());
 }