Exemple #1
0
 public IList <DropDownItem> GetEmploymentTypes()
 {
     using (var dac = new EmployeeDac())
     {
         return(dac.GetEmploymentTypes());
     }
 }