Example #1
0
 public void Create(Resim entity)
 {
     _resimRepository.Create(entity);
 }