private void OnPrintAccount(string obj)
 {
     _reportService.PrintAccountTransactions(SelectedAccount, _applicationState.CurrentWorkPeriod, _applicationState.GetReportPrinter(), FilterType);
 }
示例#2
0
 public void PrintAccountScreen(AccountScreen accountScreen)
 {
     _reportService.PrintAccountScreen(accountScreen, _applicationState.CurrentWorkPeriod, _applicationState.GetReportPrinter());
 }