예제 #1
0
 public OrdersController(CashDrawerContext ctx)
 {
     context = ctx;
 }
예제 #2
0
 public LineItemsController(CashDrawerContext ctx)
 {
     context = ctx;
 }