Esempio n. 1
0
 public IEnumerable <TimeRule> Get()
 {
     return(timeRepo.GetAll().Select(o => new TimeRule(o)));
 }
Esempio n. 2
0
 public List <Time> GetAll()
 {
     return(_timeRepository.GetAll());
 }