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