Beispiel #1
0
 public List <DropDownItem> GetActiveEmpList(long OfficeId, Int64?exceptUserId)
 {
     using (var dac = new EmployeeDac())
     {
         return(dac.GetActiveEmpList(OfficeId, exceptUserId));
     }
 }