FakeEmailSender.SendAsync C# (CSharp) Method

SendAsync() public method

public SendAsync ( string message ) : void
message string
return void
    public void SendAsync(string message)
    {
        //do absolutely nothing
    }
FakeEmailSender