Esempio n. 1
0
 public static IActionSpec GetActionLeafNode(this INakedObject nakedObject, string actionName)
 {
     return(nakedObject.GetActionLeafNodes().Single(x => x.Id == actionName));
 }