Example #1
0
 public static EmployeesDTO GetById(int id)
 {
     return(EmployeesCast.ToDTO(EmployeesDAL.GetById(id)));
 }