예제 #1
0
 public SalesRecordService(SalesWebMvcPIContext context)
 {
     _context = context;
 }
예제 #2
0
 public SellerService(SalesWebMvcPIContext context)
 {
     _context = context;
 }
예제 #3
0
 public DepartmentService(SalesWebMvcPIContext context)
 {
     _context = context;
 }
 public DepartmentsController(SalesWebMvcPIContext context)
 {
     _context = context;
 }