Beispiel #1
0
 public static DataTable GetAllMsgBw(Guid UserId, Guid otherId)
 {
     return(MessageDAL.GetAllMsgBw(UserId, otherId));
 }