Exemplo n.º 1
0
 public ChatBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
Exemplo n.º 2
0
 public RoomBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
Exemplo n.º 3
0
 public AvatarBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
Exemplo n.º 4
0
 public UserBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
Exemplo n.º 5
0
 public NotifyBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }
Exemplo n.º 6
0
 public ContactBL(RequestsBL requestsBL)
 {
     RequestsBL = requestsBL;
 }