示例#1
0
 public ResourceOwner FindByName(string name)
 {
     return(_resourceOwnerRepository.Find(x => x.ModuleName == name));
 }