20 lines
472 B
C#
20 lines
472 B
C#
//using DomainResults.Common;
|
|
|
|
//using Core.Domain;
|
|
//using MsgProvider;
|
|
|
|
//namespace CoreTests.FakeServices {
|
|
// public class MessageFakeService : IMessageService, IDisposable {
|
|
// public IDomainResult Connect(MailServerConnection conn, string userName, string password) {
|
|
// return IDomainResult.Success();
|
|
// }
|
|
|
|
// public IDomainResult Send(byte[] bytes) {
|
|
// return IDomainResult.Success();
|
|
// }
|
|
|
|
|
|
// public void Dispose() { }
|
|
// }
|
|
////}
|