Ejemplo n.º 1
0
 public async Task <bool> ToggleFavorite(string productId)
 {
     return(await m_brewRepository.ToggleFavorite(productId));
 }