예제 #1
0
 public DepartmentService(SallesMvcContext context)
 {
     _context = context;
 }
예제 #2
0
 public SeedingService(SallesMvcContext context)
 {
     _context = context;
 }
 public SalesRecordService(SallesMvcContext context)
 {
     _context = context;
 }
 public DepartmentsController(SallesMvcContext context)
 {
     _context = context;
 }
예제 #5
0
 public SellerService(SallesMvcContext context)
 {
     _context = context;
 }