Beispiel #1
0
 public ActionResult ClearLogs()
 {
     PaulRepository.ClearLogs();
     return(Ok());
 }