Browse Source

Remove AddAssemblyOf from docs

pull/441/head
Halil ibrahim Kalkan 8 years ago
parent
commit
c349ac2d0e
  1. 2
      docs/Best-Practices/Entity-Framework-Core-Integration.md
  2. 2
      docs/Best-Practices/MongoDB-Integration.md

2
docs/Best-Practices/Entity-Framework-Core-Integration.md

@ -203,8 +203,6 @@ public class AbpIdentityEntityFrameworkCoreModule : AbpModule
options.AddRepository<IdentityUser, EfCoreIdentityUserRepository>();
options.AddRepository<IdentityRole, EfCoreIdentityRoleRepository>();
});
context.Services.AddAssemblyOf<AbpIdentityEntityFrameworkCoreModule>();
}
}
````

2
docs/Best-Practices/MongoDB-Integration.md

@ -194,8 +194,6 @@ public class AbpIdentityMongoDbModule : AbpModule
options.AddRepository<IdentityUser, MongoIdentityUserRepository>();
options.AddRepository<IdentityRole, MongoIdentityRoleRepository>();
});
context.Services.AddAssemblyOf<AbpIdentityMongoDbModule>();
}
}
```

Loading…
Cancel
Save