示例#1
0
 public List <Domain.ResourceOwner> FindAll()
 {
     return(_resourceOwnerRepository.FindAll()?.ToList());
 }