Beispiel #1
0
 public SellerService(PSalesWebMvcContext context)
 {
     _context = context;
 }
 public SalesRecordService(PSalesWebMvcContext context)
 {
     _context = context;
 }
 public DepartmentService(PSalesWebMvcContext context)
 {
     _context = context;
 }
 public DepartmentsController(PSalesWebMvcContext context)//construtor para injeção de dependencias
 {
     _context = context;
 }