Esempio n. 1
0
 public IQueryable <TagDto> GetTags()
 {
     return(_tagAppService.FindAll());
 }