Exemplo n.º 1
0
 public IEnumerable <DevAV.MapItem> GetSales(Period period = Period.Lifetime)
 {
     return(QueriesHelper.GetSaleMapItemsByCustomer(UnitOfWork.OrderItems, Entity.Id, period));
 }