예제 #1
0
 public async Task <List <TagViewModel> > Get()
 {
     return(await _tagServices.GetList());
 }