示例#1
0
 public void SetAccountProfile(IAccountProfile accountprofile)
 {
     this.accountprofile = accountprofile;
 }
示例#2
0
 //initialization
 public User(ICookbook cookbook, IAccountProfile accountprofile)
 {
     this.cookbook       = cookbook;
     this.accountprofile = accountprofile;
 }