Ejemplo n.º 1
0
        public Boat(string name, string number,int color,BoatType bt)
        {
            _name = name;
            _number = number;
            _color = color;
            _boatTypeId = bt.Id;

            _new = true;
            _changed = true;
        }
Ejemplo n.º 2
0
        public Boat(string name, string number, int color, BoatType bt)
        {
            _name       = name;
            _number     = number;
            _color      = color;
            _boatTypeId = bt.Id;

            _new     = true;
            _changed = true;
        }