예제 #1
0
        public ShareController()
        {
            this.shareLogInfoService = BaseDbInstanceManger.GetShareLogInfoService();

            this.shareInfoService = BaseDbInstanceManger.GetShareInfoService();

            this.baseSettingService = BaseDbInstanceManger.GetBaseSettingService();
        }
 public ShareLogInfoUnitTest()
 {
     _ShareLogInfoService = BaseDbInstanceManger.GetShareLogInfoService();
 }