Example #1
0
 public Entity(bool _fromDb, EntityBuilder eb)
 {
     mEntityBuilder = eb;
     mFromDb        = _fromDb;
 }
Example #2
0
 public RecurringEntity(bool fromDb, EntityBuilder eb)
     : base(fromDb, eb)
 {
 }