Example #1
0
 public async Task <IEnumerable <Meme> > GetAllMeme()
 {
     return(await _memeRepository.GetAllMeme());
 }