Beispiel #1
0
 public void Setup()
 {
     _ctx   = new Context();
     _bible = new Bible {
         Id = Guid.Parse("088ff243-c402-485f-8a22-3b7e3919c4b1"), Code = Core.Models.Enums.BibleVersion.KJV, NumOfBooks = 66
     };
 }
Beispiel #2
0
 public BibleBookDataStore(IMobileContext ctx)
 {
     _ctx    = ctx;
     _mapper = new Mapper(_ctx.MapConfig);
 }