Example #1
0
 public DataSet GetDesigDetailsbyId(int Id)
 {
     dbproduct = new DBProduct();
     return(dbproduct.GetDesigDetailsbyId(Id));
 }