示例#1
0
        public int Delete(int id)
        {
            var data = _repo.GetById(id);

            return(_repo.Delete(data));
        }