예제 #1
0
 public IList <StockAdjustment> GetAll()
 {
     return(_repository.GetAll());
 }
 public IEnumerable <StockAdjustment> GetAll()
 {
     return(stockAdjustmentContext.GetAll());
 }