Beispiel #1
0
 public PMLoaiPhong(IMLoaiPhong x)
 {
     view  = x;
     model = new MMLoaiPhong();
 }
Beispiel #2
0
 public PMPhong(IMPhong x)
 {
     view           = x;
     model          = new MMPhong();
     modelLoaiPhong = new MMLoaiPhong();
 }