Ejemplo n.º 1
0
 public List <Domain.ResourceOwner> FindAll()
 {
     return(_resourceOwnerRepository.FindAll()?.ToList());
 }