예제 #1
0
 public TimespanRules AddDeny(ITimeSpanRule rule)
 {
     _deny.Add(rule);
     return this;
 }
예제 #2
0
 public TimespanRules AddAllow(ITimeSpanRule rule)
 {
     _allow.Add(rule);
     return this;
 }