Exemple #1
0
 public IActionResult Info()
 {
     return(Json(PracticeRepository.GetEverything()));
 }