Beispiel #1
0
 public MenuService(new_TTS_OrderContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #2
0
 public RoleInfoService(new_TTS_OrderContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #3
0
 public UserInfoService(new_TTS_OrderContext dbContext, IHostingEnvironment env)
 {
     _dbContext = dbContext;
     _env       = env;
 }