예제 #1
0
 /// <summary>
 /// Loads the data into grid.
 /// </summary>
 protected override void LoadDataIntoGrid()
 {
     _departmentsPresenter.Display();
     _banksPresenter.Display();
     _accountingObjectsPresenter.DisplayByIsEmployee(true);
 }
 /// <summary>
 /// Loads the data into grid.
 /// </summary>
 protected override void LoadDataIntoGrid()
 {
     _accountingObjectCategoriesPresenter.Display();
     _accountingObjectsPresenter.DisplayByIsEmployee(false);
 }