Exemplo n.º 1
0
 public BornFactory(ModelDataBase theModelData)
 {
     Name         = theModelData.GetName;
     ModelPath    = theModelData.GetModelName;
     BornPosPath  = theModelData.GetBornPointName;
     mMaxAmount   = theModelData.GetMaxAmount;
     mStartAmount = theModelData.GetStartAmount;
 }
 public EmployeeController(IOptions <Settings> setting, ICacheStore cache)
 {
     workdb = new ModelDataBase(setting, cache);
 }