示例#1
0
 public Task <ICollection <ResourceOwner> > Execute()
 {
     return(_resourceOwnerRepository.GetAllAsync());
 }