コード例 #1
0
 public MSeccion(MDistrito district, int id, string name)
 {
     this._id       = id;
     this._district = district;
     this._name     = name;
 }
コード例 #2
0
 public MSeccion(MDistrito district, string name)
     : this(district, -1, name)
 {
 }