示例#1
0
 public async Task <ICollection <Customer> > ListAsync()
 {
     return(await _customersRepository.AllAsync());
 }