feat: notify telegram on new inquiries
This commit is contained in:
@@ -9,6 +9,7 @@ public static class DependencyInjection
|
||||
{
|
||||
services.AddScoped<BlogService>();
|
||||
services.AddScoped<InquiryService>();
|
||||
services.AddScoped<IInquiryNotificationService, NoopInquiryNotificationService>();
|
||||
services.AddScoped<CategoryService>();
|
||||
return services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user