예제 #1
0
 public ValuesController(EFCoreSampleContext context)
 {
     _dbContext = context;
 }
예제 #2
0
 public UsersController(EFCoreSampleContext context)
 {
     _dbContext = context;
 }