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