Exemple #1
0
 public string Insert(DTO_HoaDon obj)
 {
     return(dal.Insert(obj));
 }