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