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