no message

This commit is contained in:
kittapath 2024-10-18 16:11:47 +07:00
parent a583dc7c42
commit e989d6c584
13 changed files with 201 additions and 112 deletions

View file

@ -391,10 +391,11 @@ namespace BMA.EHR.DisciplineComplaint_Appeal.Service.Controllers
Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"),
$"มีคำขอยื่นอุทธรณ์/ร้องทุกข์จาก {req.Fullname}",
$"มีคำขอยื่นอุทธรณ์/ร้องทุกข์จาก {req.Fullname}",
"",
true,
true
);
"",
"",
true,
true
);
await _context.SaveChangesAsync();
return Success(disciplineComplaint_Appeal.Id);
}