Beispiel #1
0
 public async Task <ActionResult <IEnumerable <string> > > GetTypes()
 {
     return(Ok(await _repo.ReadTypesAsync()));
 }