Exemplo n.º 1
0
 public static IList <RoleInfo> GetRoleListByFlowId(int flowId)
 {
     return(dal.GetRoleListByFlowId(flowId));
 }