Exemple #1
0
 void IReportsCommand.CreateReportRun(ReportRun reportRun)
 {
     reportRun.Prepare();
     reportRun.Validate();
     _repository.CreateReportRun(reportRun);
 }