Пример #1
0
 public ResponseModel Delete(RotatingImageGroup rotatingImageGroup)
 {
     return _rotatingImageGroupRepository.Delete(rotatingImageGroup);
 }
Пример #2
0
 public ResponseModel Insert(RotatingImageGroup rotatingImageGroup)
 {
     return _rotatingImageGroupRepository.Insert(rotatingImageGroup);
 }