Esempio n. 1
0
 public MainActivity()
 {
     Access = new Shared.Services.Access();
 }
Esempio n. 2
0
 public MatchService()
 {
     Access       = new Access();
     MatchesTable = new MatchesTable(Helper.DbPath);
 }