예제 #1
0
 public bool Delete(DTO_Customer cus)
 {
     return(DAO_cus.Delete(cus));
 }
예제 #2
0
 public bool Delete(DTO_Customer _Cus)
 {
     return(_cus.Delete(_Cus));
 }