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