Beispiel #1
0
 public DepartmentsController(ProjetoFinalMVCContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SalesRecordService(ProjetoFinalMVCContext context)
 {
     _context = context;
 }
 public SellerService(ProjetoFinalMVCContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public DepartmentService(ProjetoFinalMVCContext context)
 {
     _context = context;
 }