Merge branch 'dev'

This commit is contained in:
Loic Masi
2026-04-09 12:18:42 +02:00

View File

@@ -141,6 +141,7 @@ public class TitreController : Controller
return this.View(form);
}
model.DateSortie = DateTime.Parse(model.DateSortie.ToString());
this.titreAdminService.CreerTitre(model);
return this.RedirectToAction("Index");
}