Ejemplo n.º 1
0
 public async Task <IEnumerable <Keyword> > GetDropdownKeyword()
 {
     return(await keywordRepository.GetAllKeywords());
 }