예제 #1
0
 public WorkFlow GetByName(string name)
 {
     return(_workFlowRepository.GetByName(name));
 }