I have this interface:
我有这个界面:
public interface IMessage
{
string Subject { get; }
string Body { get; }
string ToAddress { get; }
}
public interI have this interface:
我有这个界面:
public interface IMessage
{
string Subject { get; }
string Body { get; }
string ToAddress { get; }
}
public inter