コード例 #1
0
 public ChatBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
コード例 #2
0
 public RoomBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
コード例 #3
0
 public AvatarBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
コード例 #4
0
 public UserBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
コード例 #5
0
 public NotifyBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
コード例 #6
0
 public ContactBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }