Пример #1
0
 void loadData()
 {
     viewUpdateCake.DataSource = CakeRepositories.getAllCake();
     viewUpdateCake.DataBind();
 }