Exemple #1
0
 ActivityInstanceBase IProcessService.GetActivityInstance(long id)
 {
     return(_repository.FindActivityInstance(id));
 }