Exemplo n.º 1
0
 public ValuesController(Data.WebApplication1Context context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DuckbillsController(Data.WebApplication1Context webApplication1Context)
 {
     this.webApplication1Context = webApplication1Context;
 }
Exemplo n.º 3
0
 public IndexModel(ILogger <IndexModel> logger, Data.WebApplication1Context context)
 {
     _logger  = logger;
     _context = context;
 }