* Added checking of missing EdiCo based on EdiCoTranslate and send email every 30 minutes * Added Admin Scheduler view
6 lines
116 B
C#
6 lines
116 B
C#
namespace FaKrosnoApi.Services;
|
|
|
|
public interface IEmailService
|
|
{
|
|
void SendEmail(string subject, string body);
|
|
} |