示例#1
0
 public string GetNewEmpId(Int64 OfficeId, long employmentTypeId)
 {
     using (var dac = new EmployeeDac())
     {
         return(dac.GetNewEmpId(OfficeId, employmentTypeId));
     }
 }