public void Save(Customer customer)
 {
 }
Exemple #2
0
        public override bool Equals(object obj)
        {
            Customer other = (Customer)obj;

            return(this.Id == other.Id);
        }