public List <ChuDe> GetAll() { return(_repository.GetAll()); }
public IEnumerable <ChuDe> GetAll() { return(_ChuDeRepository.GetAll()); }