Ejemplo n.º 1
0
 public bool InsertHocSinh(HocSinhDTO HocSinh)
 {
     return(HocSinh_dal.InsertHocSinh(HocSinh));
 }