Beispiel #1
0
 public virtual async Task <ActionResult <IEnumerable <TEntity> > > GetAsync()
 => (await _business.FindAllActivesAsync()).ToArray();