Example #1
0
 public UserRepo()
 {
     utile = new SQLiteConnectionFactory();
 }
Example #2
0
 public BiletRepo()
 {
     factory = new SQLiteConnectionFactory();
 }