Exemplo n.º 1
0
 public EventController(GospodarstwoContext context, UserManager <AppUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Exemplo n.º 2
0
 public ObiektGospodarczyController(GospodarstwoContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DeleteModalViewComponent(GospodarstwoContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public GospodarstwoController(GospodarstwoContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public PrintoutController(IConverter converter, GospodarstwoContext context)
 {
     _converter = converter;
     _context   = context;
 }