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