예제 #1
0
 public bool Update(SANPHAM sp)
 {
     return(spdao.Update(sp));
 }