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