Example #1
0
 public void AddMember(Member member)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void AddBid(Member member, decimal amount)
 {
     throw new NotImplementedException();
 }