Exemplo n.º 1
0
 public RoleType GetById(long id)
 {
     return(repository.GetById(id));
 }