Example #1
0
 public DepartmentsController(ProjetoMVC1Context context)
 {
     _context = context;
 }
 public DepartmentService(ProjetoMVC1Context context)
 {
     _context = context;
 }
Example #3
0
 public SellerService(ProjetoMVC1Context context)
 {
     _context = context;
 }
Example #4
0
 public SeedingService(ProjetoMVC1Context context)
 {
     _context = context;
 }
 public SalesRecordsService(ProjetoMVC1Context context)
 {
     _context = context;
 }