Beispiel #1
0
 private bool OverTimeExists(long id)
 {
     return(overTimeRepository.GetExit(id));
 }