Ejemplo n.º 1
0
 public Department GetDepartmentById(int id)
 {
     return(_dal.GetDepartmentById(id));
 }