public InternalXrmFakedContext()
 {
     Db = new TestDatabase(this);
 }
Beispiel #2
0
 public TestOrganizationService(IOrganizationService service, TestDatabase db)
 {
     _service = service;
     _db      = db;
 }