Ejemplo n.º 1
0
 public static MessageReciveModel getMessageRecive(int id)
 {
     return(MessageSendDAL.getMessageRecive(id));
 }