Ejemplo n.º 1
0
 protected internal short GetDaysOff(IEnumerable <TimeOffWithCounterVM> timesOffWithCounter, TimeOffType timeOffType)
 {
     return(timesOffWithCounter.Where(l => l.TimeOffType == timeOffType).Select(l => l.Count).FirstOrDefault());
 }
Ejemplo n.º 2
0
 public bool Equals(TimeOffType other)
 {
     return(Title.Equals(other.Title));
 }