コード例 #1
0
 public CaseTermStrategyQueue(UserConnection userConnection)
 {
     UserConnection       = userConnection;
     _calculationLogStore = TermCalculationLogStoreInitializer.GetStore(userConnection);
 }
コード例 #2
0
 public CaseTermIntervalSelector(UserConnection userConnection)
 {
     UserConnection       = userConnection;
     _calculationLogStore = TermCalculationLogStoreInitializer.GetStore(userConnection);
 }