Example #1
0
 public AnabiDbContextBuilder WithDecisions()
 {
     DbInitializer.AddDecisions(context);
     return(this);
 }