Exemplo n.º 1
0
 public Departament GetByID(object id)
 {
     return(_repository.GetByID(id));
 }