public void SetUp()
 {
     _roomService = ServiceFactory.GetRoomService();
     _userService = ServiceFactory.GetUserService();
     _streamingPlatformService = ServiceFactory.GetStreamingPlatformService();
 }
예제 #2
0
 public void SetUp()
 {
     _streamingPlatformService = ServiceFactory.GetStreamingPlatformService();
 }