Skip to content

Instantly share code, notes, and snippets.

@EngRajabi
Created September 17, 2020 12:15
Show Gist options
  • Save EngRajabi/36b629296411af16c5961a25da100b2d to your computer and use it in GitHub Desktop.
Save EngRajabi/36b629296411af16c5961a25da100b2d to your computer and use it in GitHub Desktop.
ISmsSender.cs
public interface ISmsSender
{
Task Send(SmsReq model);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment