Example #1
0
 public CommonLogIMP(ICommonLogStore commonLogStore)
 {
     _commonLogStore = commonLogStore;
 }
Example #2
0
 public CommonLogRepository(ICommonLogStore commonLogStore)
 {
     _commonLogStore = commonLogStore;
 }