Пример #1
0
 public bool Create(Domain.ResourceOwner entity)
 {
     return(_resourceOwnerRepository.Create(entity));
 }