Exemplo n.º 1
0
 private void AddFavorite()
 {
     _settingService.AddStoryFavorite(_truyen);
     IsFavorite = true;
 }