예제 #1
0
 public abstract bool RuleExists(EPiServer.Data.Identity id);
예제 #2
0
 public override Rule GetRule(EPiServer.Data.Identity id)
 {
     return((from r in rules where r.Id == id select r).First <Rule>());
 }
예제 #3
0
 public abstract Rule GetRule(EPiServer.Data.Identity id);
예제 #4
0
 public override bool RuleExists(EPiServer.Data.Identity id)
 {
     return(true);
 }