Пример #1
0
 public void AddNewElementToDb(ElementDataEntryModel model)
 {
     _service.AddNewElement(ElementMapper(model));
 }