Exemplo n.º 1
0
 public SalesRecordService(SistemaVendasContext context)
 {
     _context = context;
 }
 public SellerService(SistemaVendasContext context)
 {
     _context = context;
 }
 public DepartmentService(SistemaVendasContext context)
 {
     _context = context;
 }