Add Deployment
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OOP
|
||||
{
|
||||
public class SMSSender : ISender
|
||||
{
|
||||
public void Send(string to)
|
||||
{
|
||||
Console.WriteLine("Sent Mail by SMS");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user