Ejemplo n.º 1
0
 public AudioService()
 {
     _dbContext    = new GoodSurroundDbContext();
     _vkWebService = new WebService();
 }
Ejemplo n.º 2
0
 public UserService()
 {
     _dbContext = new GoodSurroundDbContext();
 }
Ejemplo n.º 3
0
 public ScheduleService()
 {
     _dbContext = new GoodSurroundDbContext();
 }