Пример #1
0
 public bool Execute()
 {
     return(timeSlotRepository.Delete(Id));
 }
Пример #2
0
        public int Delete(int id)
        {
            var data = _repo.GetById(id);

            return(_repo.Delete(data));
        }