Пример #1
0
 public void InsertBlockCalendar(BlockCalendarDO bc)
 {
     _objAppointmentDAL.InsertBlockCalendar(bc.BlockId, bc.BlockTypeId, bc.Type, bc.DoctorId, bc.ServiceId, bc.DoctorTimingId, bc.ServiceTimingId, bc.BlockStart, bc.BlockEnd, bc.Notes);
 }
Пример #2
0
 public void InsertBlockCalendar(BlockCalendarDO bc)
 {
     _objAppointmentDAL.InsertBlockCalendar(bc.BlockId, bc.BlockTypeId, bc.Type, bc.DoctorId, bc.ServiceId, bc.DoctorTimingId, bc.ServiceTimingId, bc.BlockStart, bc.BlockEnd, bc.Notes);
 }