Пример #1
0
 IList <Allocation> IAllocationsQuery.GetAllocationsByOwnerId(Guid ownerId)
 {
     return(_repository.GetAllocationsByOwnerId(ownerId));
 }