Beispiel #1
0
 public BusinessDay Get(long id)
 {
     return(_businessDayService.Get(id));
 }