Exemple #1
0
 IList <Allocation> IAllocationsQuery.GetAllocations(IEnumerable <Guid> ids)
 {
     return(_repository.GetAllocations(ids));
 }