Beispiel #1
0
 public static CLayer.HSNCode Get(long id)
 {
     DataLayer.HSNCode hsn = new DataLayer.HSNCode();
     return(hsn.Get(id));
 }