示例#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;
 }