Пример #1
0
 public WidgetsController(WidgetsContext context)
 {
     _context = context;
 }
Пример #2
0
 public WidgetsService(WidgetsContext widgetsContext)
 {
     _widgetsContext = widgetsContext;
 }
 public WidgetsController(WidgetsContext context, ILogger <WidgetsController> logger)
 {
     _context = context;
     _logger  = logger;
 }
Пример #4
0
 public UnitOfWork(WidgetsContext widgetsContext)
 {
     _widgetsContext = widgetsContext;
 }