コード例 #1
0
 public BornFactory(ModelDataBase theModelData)
 {
     Name         = theModelData.GetName;
     ModelPath    = theModelData.GetModelName;
     BornPosPath  = theModelData.GetBornPointName;
     mMaxAmount   = theModelData.GetMaxAmount;
     mStartAmount = theModelData.GetStartAmount;
 }
コード例 #2
0
 public EmployeeController(IOptions <Settings> setting, ICacheStore cache)
 {
     workdb = new ModelDataBase(setting, cache);
 }