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