コード例 #1
0
 public InternalXrmFakedContext()
 {
     Db = new TestDatabase(this);
 }
コード例 #2
0
 public TestOrganizationService(IOrganizationService service, TestDatabase db)
 {
     _service = service;
     _db      = db;
 }