|
@@ -12,30 +12,30 @@ namespace MS.Entities.AccountingService_Models
|
|
|
{
|
|
|
public BusinessUnitInfo()
|
|
|
{
|
|
|
- AccountInfoBuInfoCreated = new HashSet<AccountInfo>();
|
|
|
- AccountInfoBusinessUnitInfo = new HashSet<AccountInfo>();
|
|
|
- BlackCardInfoBuInfo = new HashSet<BlackCardInfo>();
|
|
|
- BlackCardInfoBuInfoCreated = new HashSet<BlackCardInfo>();
|
|
|
- CardInfoBuInfoCreated = new HashSet<CardInfo>();
|
|
|
- CardInfoBusinessUnitInfo = new HashSet<CardInfo>();
|
|
|
- CardRepLossInfoBuInfo = new HashSet<CardRepLossInfo>();
|
|
|
- CardRepLossInfoBuInfoCreated = new HashSet<CardRepLossInfo>();
|
|
|
- GrayInfoBuInfo = new HashSet<GrayInfo>();
|
|
|
- GrayInfoBuInfoCreated = new HashSet<GrayInfo>();
|
|
|
- InverseBusinessUnitInfoNavigation = new HashSet<BusinessUnitInfo>();
|
|
|
- InverseParentBu = new HashSet<BusinessUnitInfo>();
|
|
|
- InvoiceInfoBuInfo = new HashSet<InvoiceInfo>();
|
|
|
- InvoiceInfoBuInfoCreated = new HashSet<InvoiceInfo>();
|
|
|
- MembershipGroupBuInfo = new HashSet<MembershipGroup>();
|
|
|
- MembershipGroupBuInfoCreated = new HashSet<MembershipGroup>();
|
|
|
- MembershipGrowthRulesBuInfo = new HashSet<MembershipGrowthRules>();
|
|
|
- MembershipGrowthRulesBuInfoCreated = new HashSet<MembershipGrowthRules>();
|
|
|
- MembershipLevelInfoBuInfo = new HashSet<MembershipLevelInfo>();
|
|
|
- MembershipLevelInfoBuInfoCreated = new HashSet<MembershipLevelInfo>();
|
|
|
- RechargePaymentHistory = new HashSet<RechargePaymentHistory>();
|
|
|
- SmsInfoBuInfo = new HashSet<SmsInfo>();
|
|
|
- SmsInfoBuInfoCreated = new HashSet<SmsInfo>();
|
|
|
- UserInfo = new HashSet<UserInfo>();
|
|
|
+ //AccountInfoBuInfoCreated = new HashSet<AccountInfo>();
|
|
|
+ //AccountInfoBusinessUnitInfo = new HashSet<AccountInfo>();
|
|
|
+ //BlackCardInfoBuInfo = new HashSet<BlackCardInfo>();
|
|
|
+ //BlackCardInfoBuInfoCreated = new HashSet<BlackCardInfo>();
|
|
|
+ //CardInfoBuInfoCreated = new HashSet<CardInfo>();
|
|
|
+ //CardInfoBusinessUnitInfo = new HashSet<CardInfo>();
|
|
|
+ //CardRepLossInfoBuInfo = new HashSet<CardRepLossInfo>();
|
|
|
+ //CardRepLossInfoBuInfoCreated = new HashSet<CardRepLossInfo>();
|
|
|
+ //GrayInfoBuInfo = new HashSet<GrayInfo>();
|
|
|
+ //GrayInfoBuInfoCreated = new HashSet<GrayInfo>();
|
|
|
+ //InverseBusinessUnitInfoNavigation = new HashSet<BusinessUnitInfo>();
|
|
|
+ //InverseParentBu = new HashSet<BusinessUnitInfo>();
|
|
|
+ //InvoiceInfoBuInfo = new HashSet<InvoiceInfo>();
|
|
|
+ //InvoiceInfoBuInfoCreated = new HashSet<InvoiceInfo>();
|
|
|
+ //MembershipGroupBuInfo = new HashSet<MembershipGroup>();
|
|
|
+ //MembershipGroupBuInfoCreated = new HashSet<MembershipGroup>();
|
|
|
+ //MembershipGrowthRulesBuInfo = new HashSet<MembershipGrowthRules>();
|
|
|
+ //MembershipGrowthRulesBuInfoCreated = new HashSet<MembershipGrowthRules>();
|
|
|
+ //MembershipLevelInfoBuInfo = new HashSet<MembershipLevelInfo>();
|
|
|
+ //MembershipLevelInfoBuInfoCreated = new HashSet<MembershipLevelInfo>();
|
|
|
+ //RechargePaymentHistory = new HashSet<RechargePaymentHistory>();
|
|
|
+ //SmsInfoBuInfo = new HashSet<SmsInfo>();
|
|
|
+ //SmsInfoBuInfoCreated = new HashSet<SmsInfo>();
|
|
|
+ //UserInfo = new HashSet<UserInfo>();
|
|
|
}
|
|
|
|
|
|
public Guid Id { get; set; }
|