Esempio n. 1
0
 public static long Save(CLayer.HSNCode data)
 {
     DataLayer.HSNCode hsn = new DataLayer.HSNCode();
     return(hsn.Save(data));
 }