Beispiel #1
0
 public void Create(IElementSettings settings, IUnitOfWork unitOfWork = null)
 {
     _testimonialService.Create((TestimonialSettings)settings, unitOfWork);
 }