Commit acdb17b1 authored by Savorboard's avatar Savorboard Committed by GitHub

tab spaces to 4

parent 83f22154
...@@ -64,7 +64,7 @@ public void ConfigureServices(IServiceCollection services) ...@@ -64,7 +64,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddDbContext<AppDbContext>(); services.AddDbContext<AppDbContext>();
services.AddCap(x => services.AddCap(x =>
{ {
// If your SqlServer is using EF for data operations, you need to add the following configuration: // If your SqlServer is using EF for data operations, you need to add the following configuration:
// Notice: You don't need to config x.UseSqlServer(""") again! // Notice: You don't need to config x.UseSqlServer(""") again!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment