示例#1
0
 public AudioService()
 {
     _dbContext    = new GoodSurroundDbContext();
     _vkWebService = new WebService();
 }
示例#2
0
 public UserService()
 {
     _dbContext = new GoodSurroundDbContext();
 }
 public ScheduleService()
 {
     _dbContext = new GoodSurroundDbContext();
 }