Example #1
0
 public bool DeleteNhaCungCap(NhaCungCap ncc)
 {
     return(nhaCungCapDAL.DeleteNhaCungCap(ncc));
 }