示例#1
0
 IList <Allocation> IAllocationsQuery.GetAllocationsByReferenceId(Guid referenceId)
 {
     return(_repository.GetAllocationsByReferenceId(referenceId));
 }