예제 #1
0
 public DepartmentsController(SalesMvcContext context)
 {
     _context = context;
 }
 public DepartmentService(SalesMvcContext context)
 {
     _context = context;
 }
예제 #3
0
 public PDFController(SalesMvcContext context)
 {
     _context = context;
 }
 public SalesRecordService(SalesMvcContext context)
 {
     _context = context;
 }
예제 #5
0
 public SellerService(SalesMvcContext context)
 {
     _context = context;
 }
예제 #6
0
 public ImagensController(SalesMvcContext context)
 {
     _context = context;
 }