public List <T> GetAll()
 {
     return(StackSet.GetAll());
 }
Exemplo n.º 2
0
 public List <T_PurchaseOrder> PurchaseOrderGetAll()
 {
     return(_purchaseOrders.GetAll());
 }