Exemplo n.º 1
0
 public OpResult CreateIntegralRule(IntegralRule rule)
 {
     return(IntegralRuleService.Add(rule));
 }
Exemplo n.º 2
0
 public IntegralRule FindIntegralRuleById(int id)
 {
     return(IntegralRuleService.FindById(id));
 }