Exemple #1
0
 public ActionResult GetCodeEvents()
 {
     return(Ok(_codeEventService.GetAllCodeEvents()));
 }