コード例 #1
0
 private void BindPromociones()
 {
     repCategoria.DataSource = HttpServices.GetList_Categoria();
     repCategoria.DataBind();
 }