Ejemplo n.º 1
0
 public bool PhieuNhap_Delete(string mapn)
 {
     try
     {
         return(PhieuNhap_bus.Delete(mapn));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }