예제 #1
0
 //xoa 1 Hop dong
 public static string deleteHopdong(string sohd)
 {
     return(DAO_DMHopdong.DeleteHopdong(sohd));
 }