示例#1
0
 public RoomService(SpeakingTimeDbContext context)
 {
     DbContext = context;
 }
示例#2
0
 public UserService(SpeakingTimeDbContext context)
 {
     DbContext = context;
 }
 public ConnectionService(SpeakingTimeDbContext context)
 {
     DbContext = context;
 }