Exemplo n.º 1
0
 public object GetById(int id)
 {
     return(_departmentDal.SelectDepartmentById(id));
 }