コード例 #1
0
 public async Task <List <T> > GetAllAsync()
 {
     return(await _repository.GetAllAsync());
 }
コード例 #2
0
 public virtual async Task <IEnumerable <TEntity> > GetAllAsync()
 {
     return(await repository.GetAllAsync());
 }