예제 #1
0
 IDictionary <Guid, IList <Allocation> > IAllocationsQuery.GetExpiringAllocations(Guid creditId, DateTime expiryDate)
 {
     return(_repository.GetExpiringAllocations(creditId, expiryDate));
 }