示例#1
0
 public Domain.ResourceOwner FindById(Guid id)
 {
     return(_resourceOwnerRepository.FindById(id));
 }