示例#1
0
 public bool Add(DTO_KhachHang dto)
 {
     return(dal.Add(dto));
 }