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