Exemple #1
0
 public EmployeeProfile GetEmployeeProfile(Int64 userId)
 {
     using (var dac = new EmployeeDac())
     {
         return(dac.GetEmployeeProfile(userId));
     }
 }