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