Beispiel #1
0
 public bool Delete(Topic topic, Guid id)
 => Handle(() =>
 {
     using (var client = new FlashcardsHttpClient())
     {
         return(client.Delete(RestUrl(topic, id)));
     }
 });