Exemplo n.º 1
0
 public ResponseModel Insert(Testimonial testimonial)
 {
     return(_testimonialRepository.Insert(testimonial));
 }