示例#1
0
        public bool ResimSil(int resimId)
        {
            Resim resim = _resimRepository.GetSingle(r => r.Id == resimId);

            return(_resimRepository.Remove(resim));
        }