Ejemplo n.º 1
0
        public static SystemOfUnits Create(SystemOfUnitsView view)
        {
            var d = new SystemOfUnitsData();

            Copy.Members(view, d);
            return(new SystemOfUnits(d));
        }
Ejemplo n.º 2
0
        public static SystemOfUnits Create(SystemOfUnitsView view)
        {
            var d = new SystemOfUnitsData();

            Copy.Members(view, d); //viewst kopeerime datasse
            return(new SystemOfUnits(d));
        }