Esempio n. 1
0
 public static void Delete(long id)
 {
     DataLayer.HSNCode hsn = new DataLayer.HSNCode();
     hsn.Delete(id);
 }