Пример #1
0
 public void DeleteBlockCalendarById(int blockId)
 {
     _objAppointmentDAL.DeleteBlockCalendarById(blockId);
 }