예제 #1
0
 public StatusService(MultimarkContext context)
 {
     _context = context;
 }
 public CategoriesService(MultimarkContext context)
 {
     _context = context;
 }
 public ProductService(MultimarkContext context)
 {
     _context = context;
 }
 public CategoriesController(MultimarkContext context)
 {
     _context = context;
 }
예제 #5
0
 public ClientsController(MultimarkContext context)
 {
     _context = context;
 }
예제 #6
0
 public SeedingService(MultimarkContext context)
 {
     _context = context;
 }
예제 #7
0
 public AdmController(MultimarkContext context)
 {
     _context = context;
 }
 public ClientService(MultimarkContext context)
 {
     _context = context;
 }
예제 #9
0
 public SalesService(MultimarkContext context)
 {
     _context = context;
 }