Esempio n. 1
0
 public virtual bool Compare(WorkingTimePlanning entity)
 {
     return((EmployeeID == entity.EmployeeID) &&
            (Date == entity.Date) &&
            (Begin == entity.Begin) &&
            (End == entity.End) &&
            (Time == entity.Time));
 }
Esempio n. 2
0
 public virtual bool Compare(WorkingTimePlanning entity)
 {
     return (EmployeeID == entity.EmployeeID) &&
         (Date == entity.Date) &&
         (Begin == entity.Begin) &&
         (End == entity.End) &&
         (Time == entity.Time);
 }