Exemple #1
0
 public IActionResult Integrity(DenunciationModel model)
 {
     model.link = "https://highchurch.space/Documents/Denunciation/Integrity.pdf";
     model.set_html();
     return(View("Denunciation", model));
 }
Exemple #2
0
 public IActionResult UnderConstruction(DenunciationModel model)
 {
     return(View());
 }
Exemple #3
0
 public IActionResult Temperance(DenunciationModel model)
 {
     model.link = "https://highchurch.space/Documents/Denunciation/Temperance.pdf";
     model.set_html();
     return(View("Denunciation", model));
 }