Esempio n. 1
0
 public List <BackgroundProcessExecutionDetailEntity> DashboardGetBackgroundProcessExecutionDetail(int ExecutionId)
 {
     return(rep.DashboardGetBackgroundProcessExecutionDetail(ExecutionId));
 }