コード例 #1
0
 public DataTable GetNoticias(int limite = 10)
 {
     return(Feeds.GetNoticias(limite));
 }