Beispiel #1
0
 public async Task <Protocols.Response.Rss> Delete(string id)
 {
     return(await _rssService.Delete(id));
 }