예제 #1
0
 public bool Destroy(object Masp)
 {
     return(SanPham.Destroy(Masp) == 1);
 }
예제 #2
0
 public SanPham Insert(SanPham item)
 {
     item.Save(UserName);
     return(item);
 }
예제 #3
0
 public bool Delete(object Masp)
 {
     return(SanPham.Delete(Masp) == 1);
 }