Beispiel #1
0
 public virtual async Task <IActionResult> Get()
 {
     return(Ok(await entitiesRepository.FindAsync()));
 }