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