public ResponseModel Delete(RotatingImageGroup rotatingImageGroup) { return _rotatingImageGroupRepository.Delete(rotatingImageGroup); }
public ResponseModel Insert(RotatingImageGroup rotatingImageGroup) { return _rotatingImageGroupRepository.Insert(rotatingImageGroup); }