Exemplo n.º 1
0
 public List <OrganizationModel> GetAll()
 {
     return(dal.GetAll());
 }
Exemplo n.º 2
0
 /// <summary>
 /// 刷新
 /// </summary>
 private void ReLoad()
 {
     bindingSource1.DataSource = OrgDal.GetAll();
 }