Пример #1
0
 public void DeleteById(Guid id)
 {
     _apppointmentDAL.DeleteById(id);
 }