Пример #1
0
 public SeedingService(UalmartiContext context)
 {
     _context = context;
 }
 public SellerService(UalmartiContext context)
 {
     _context = context;
 }
 public DepartamentsController(UalmartiContext context)
 {
     _context = context;
 }
 public DepartamentService(UalmartiContext context)
 {
     _context = context;
 }