コード例 #1
0
 public List <Address> ChoicesBillingAddress()
 {
     return(PersonRepository.AddressesFor(Customer.BusinessEntity()).ToList());
 }
コード例 #2
0
 public List <Address> ChoicesBillingAddress(IFunctionalContainer container)
 {
     return(PersonRepository.AddressesFor(Customer.BusinessEntity(), container).ToList());
 }