Example #1
0
 public int delete(int id)
 {
     return(dao_GiaoVien.delete(id));
 }