public GenderDataManager(StefaniniContext context) { this.Context = context; }
public StefaniniDataManager(DatabaseConnectionSettings settings) { this.StefaniniContext = StefaniniContext.Create(settings); }
public RegionDataManager(StefaniniContext context) { this.Context = context; }
public CityDataManager(StefaniniContext context) { this.Context = context; }
public CustomerDataManager(StefaniniContext context) { this.Context = context; }
public ClassificationDataManager(StefaniniContext context) { this.Context = context; }
public UserSysDataManager(StefaniniContext context) { this.Context = context; }