public DepartamentsController(SalesWbeMVCContext context)
 {
     _context = context;
 }
 public DepartamentService(SalesWbeMVCContext context)
 {
     _context = context;
 }
 public SalesRecordService(SalesWbeMVCContext context)
 {
     _context = context;
 }
예제 #4
0
 public SellerService(SalesWbeMVCContext context)
 {
     _context = context;
 }