コード例 #1
0
 public bool addPhong(DTO_Phong phong)
 {
     return(dalPhong.addPhong(phong));
 }