Пример #1
0
        public static UsuarioDto create()
        {
            UsuarioDto dto = new UsuarioDto();

            return(dto);
        }