Beispiel #1
0
        private void init(int id
                          , string name, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.Event_EN> event_, PickadosGenNHibernate.EN.Pickados.SportEN sport, string place)
        {
            this.Id = id;


            this.Name = name;

            this.Event_ = event_;

            this.Sport = sport;

            this.Place = place;
        }
Beispiel #2
0
 public CompetitionEN(int id, string name, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.Event_EN> event_, PickadosGenNHibernate.EN.Pickados.SportEN sport, string place
                      )
 {
     this.init(Id, name, event_, sport, place);
 }