Exemplo n.º 1
0
 public UserAccess GetObjectById(int Id)
 {
     return(_repository.GetObjectById(Id));
 }