Example #1
0
 public GroupLogic(ElvantoOptions elvantoConfiguration) : base(elvantoConfiguration)
 {
 }
Example #2
0
 public PersonLogic(ElvantoOptions elvantoConfiguration)
     : base(elvantoConfiguration)
 {
 }
Example #3
0
 public PeopleFlowLogic(ElvantoOptions elvantoConfiguration)
     : base(elvantoConfiguration)
 {
 }
Example #4
0
 protected BaseLogic(ElvantoOptions options) => _options = options;