示例#1
0
 public async Task <List <CompositionViewModel> > GetAllCompositionsOfAccount(int id)
 {
     return(mapper.Map <List <CompositionViewModel> >(await compositionService.GetAllCompositionsOfAccount(id).ConfigureAwait(false)));
 }