Esempio n. 1
0
 public DepartmentsController(BritoWebMVCContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public SellerService(BritoWebMVCContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SallesRecordService(BritoWebMVCContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public DepartmentService(BritoWebMVCContext context)
 {
     _context = context;
 }