Beispiel #1
0
 public static List <CLayer.HSNCode> GetAll()
 {
     DataLayer.HSNCode hsn = new DataLayer.HSNCode();
     return(hsn.GetAll());
 }