コード例 #1
0
 internal IEnumerable <AppointmentBol> GetUnscheduledBols(DateTimeOffset from, DateTimeOffset to, bool?shipped)
 {
     return(_repos.GetUnscheduledAppointmentBols(from, to, shipped));
 }