示例#1
0
 public IEnumerable <Type> GetAvailableActions()
 {
     return(_accountWorkflow.GetActions().Select(a => a.GetType()));
 }