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