FCM kifejlesztése

This commit is contained in:
2025-05-16 07:45:58 +02:00
parent da92dc45b6
commit 4c25dd2105
8 changed files with 103 additions and 76 deletions
@@ -26,13 +26,16 @@ namespace WorkFlowCheck.BL.Services
{
private readonly INumberGeneratorService _numberGeneratorService;
private readonly IMessageService _messageService;
public CheckListService(AppDbContext dbContext,
IMapper mapper,
INumberGeneratorService numberGeneratorService,
IMessageService messageService,
IUserService userService) : base(dbContext, mapper)
{
_numberGeneratorService = numberGeneratorService;
_messageService = messageService;
}
public async Task<CheckListHeaderDTO> GetCheckListHeaderAsync(int Id)