Exemplo n.º 1
0
 public string deleteGST(GSTMaster GST)
 {
     return(Common.putData(GST, "sp_GST"));
 }
Exemplo n.º 2
0
 public string insertGST(GSTMaster GST)
 {
     return(Common.putData(GST, "sp_GST"));
 }