示例#1
0
 public async Task <List <Tax> > List()
 {
     return((await TaxRepository.List()).Select(Mapper.Map <Tax>).ToList());
 }