Example #1
0
 IList <string> IMembersQuery.GetFullNames(IEnumerable <Guid> ids)
 {
     return(_repository.GetFullNames(ids));
 }