Ejemplo n.º 1
0
 public InternalXrmFakedContext()
 {
     Db = new TestDatabase(this);
 }
Ejemplo n.º 2
0
 public TestOrganizationService(IOrganizationService service, TestDatabase db)
 {
     _service = service;
     _db      = db;
 }