Esempio n. 1
0
 public UserRepo()
 {
     utile = new SQLiteConnectionFactory();
 }
Esempio n. 2
0
 public BiletRepo()
 {
     factory = new SQLiteConnectionFactory();
 }