public ShareController() { this.shareLogInfoService = BaseDbInstanceManger.GetShareLogInfoService(); this.shareInfoService = BaseDbInstanceManger.GetShareInfoService(); this.baseSettingService = BaseDbInstanceManger.GetBaseSettingService(); }
public ShareLogInfoUnitTest() { _ShareLogInfoService = BaseDbInstanceManger.GetShareLogInfoService(); }