Esempio n. 1
0
 public Data selectInserted(Data data)
 {
     Profile_db profile = new Profile_db();
     return profile.selectInserted(data);
 }