genel düzenlemeler
This commit is contained in:
parent
904126191e
commit
58d91ad366
3 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Volo.Abp.Domain.Entities.Auditing;
|
||||
|
||||
namespace Kurs.MailQueue.Domain.Entities;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ public class MailQueueWorker : BackgroundWorkerBase
|
|||
public IGuidGenerator GuidGenerator { get; }
|
||||
|
||||
public MailQueueWorker(
|
||||
IKursEmailSender KursEmailSender,
|
||||
IKursEmailSender kursEmailSender,
|
||||
IRepository<Entities.BackgroundWorker_MailQueue> repository,
|
||||
IClock clock,
|
||||
IConfiguration configuration,
|
||||
|
|
@ -39,7 +39,7 @@ public class MailQueueWorker : BackgroundWorkerBase
|
|||
IGuidGenerator guidGenerator
|
||||
)
|
||||
{
|
||||
KursEmailSender = KursEmailSender;
|
||||
KursEmailSender = kursEmailSender;
|
||||
Repository = repository;
|
||||
Clock = clock;
|
||||
Configuration = configuration;
|
||||
|
|
|
|||
|
|
@ -1887,7 +1887,7 @@
|
|||
{
|
||||
"resourceName": "Platform",
|
||||
"key": "Abp.Identity.SignIn",
|
||||
"en": "SignIn Settings",
|
||||
"en": "Sign In Settings",
|
||||
"tr": "Oturum Açma Ayarları"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue