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