瀏覽代碼

tab spaces to 4

master
Savorboard 7 年之前
committed by GitHub
父節點
當前提交
acdb17b198
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -64,7 +64,7 @@ public void ConfigureServices(IServiceCollection services)

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:
// Notice: You don't need to config x.UseSqlServer(""") again!


Loading…
取消
儲存