public SellerService(WebApplication2Context context)
 {
     _context = context;
 }
 public DepartmentsService(WebApplication2Context context)
 {
     _context = context;
 }
Example #3
0
 public ProduitsController(WebApplication2Context context)
 {
     _context = context;
 }
Example #4
0
 public AlunosController(WebApplication2Context context)
 {
     _context = context;
 }
Example #5
0
 public BooksController(WebApplication2Context context)
 {
     _context = context;
 }
Example #6
0
 public FruitspagedController(WebApplication2Context context)
 {
     _context = context;
 }
Example #7
0
 public GamesController(WebApplication2Context context)
 {
     _context = context;
 }
 public EdminsController(WebApplication2Context context)
 {
     _context = context;
 }
Example #9
0
 public AdminController(WebApplication2Context context, UserManager <WebApplication2User> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Example #10
0
 public Fido2Storage(WebApplication2Context applicationDbContext)
 {
     _applicationDbContext = applicationDbContext;
 }
 public DepartmentsController(WebApplication2Context context)
 {
     _context = context;
 }
Example #12
0
 public AuthorsController(WebApplication2Context context)
 {
     _context = context;
 }