Merge branch 'patch_dev' into dev
This commit is contained in:
@@ -141,6 +141,7 @@ public class TitreController : Controller
|
|||||||
return this.View(form);
|
return this.View(form);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
model.DateSortie = DateTime.Parse(model.DateSortie.ToString());
|
||||||
this.titreAdminService.CreerTitre(model);
|
this.titreAdminService.CreerTitre(model);
|
||||||
return this.RedirectToAction("Index");
|
return this.RedirectToAction("Index");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user