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