public IntellectualRightsProfit(IIntellectualRights intellectualRightsBusiness)
     : base(intellectualRightsBusiness)
 {
 }
 public IntellectualRightsInvestmentReturn(IIntellectualRights intellectual)
     : base(intellectual)
 {
 }
예제 #3
0
 public InvestmentReturn Visit(IIntellectualRights bus)
 {
     return new IntellectualRightsInvestmentReturn(bus)
 }