Esempio n. 1
0
 public MSeccion(MDistrito district, int id, string name)
 {
     this._id       = id;
     this._district = district;
     this._name     = name;
 }
Esempio n. 2
0
 public MSeccion(MDistrito district, string name)
     : this(district, -1, name)
 {
 }