예제 #1
0
 public async Task <IEnumerable <Warning> > GetAllAsync()
 {
     return(await _repository.GetAllAsync().ConfigureAwait(false));
 }