Exemplo n.º 1
0
 public bool UpdateHS(HocSinhDTO hs, int id)
 {
     return(HS.UpdateHS(hs, id));
 }