Beispiel #1
0
 public bool Insert(SanPham_DTO sp)
 {
     return(sp_dal.Insert(sp));
 }