public OrmNoteRepository(Context context)
 {
     _helper = new NoteDatabaseHelper(context);
 }
 public StandardNoteRepository(Context context)
 {
     _helper = new NoteDatabaseHelper(context);
 }
 public OrmNoteRepository(Context context)
 {
     _helper = new NoteDatabaseHelper(context);
 }
Example #4
0
 public StandardNoteRepository(Context context)
 {
     _helper = new NoteDatabaseHelper(context);
 }