コード例 #1
0
 public CurrencyRepository(string DbPath)
 {
     _db = new SQLiteDatabase(DbPath);
 }
コード例 #2
0
 public AccountRepository(string DbPath)
 {
     _db = new SQLiteDatabase(DbPath);
 }