예제 #1
0
 public IEnumerable <Message> LoadHistory(Contact contact, IMessaging acc)
 {
     return(acc.GetMessagesByContact(contact));
 }