예제 #1
0
파일: Entity.cs 프로젝트: Cacuci/DDD
 public override int GetHashCode()
 {
     return((GetType.GetHashCode() * 907) + ID.GetHashCode());
 }