Skip to content

Instantly share code, notes, and snippets.

@carloscds
Created February 28, 2020 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscds/d5d758d937cf41c021a9abc81aa53ae2 to your computer and use it in GitHub Desktop.
Save carloscds/d5d758d937cf41c021a9abc81aa53ae2 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace InjecaoDependenciaDiretaEF.Services
{
public interface IEnvioEmail
{
string Enviar();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment