Exemplo n.º 1
0
        public List <FieldDefinition> CreateFields(List <dtoCallSection <dtoCallField> > sections, long idSection, List <dtoCallField> items)
        {
            List <FieldDefinition> fields = CallService.AddFields(View.IdCall, sections, idSection, items);

            return(fields);
        }