Skip to content

Commit

Permalink
v0.0.319
Browse files Browse the repository at this point in the history
  • Loading branch information
ekapituro committed Jan 26, 2024
1 parent 3ed6a38 commit feae5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prefix": "yBuiServicesAddHttpClient"
},
"builderEntity": {
"body": ["modelBuilder.Entity<${1:ClassName}>()$0;"],
"body": ["builder.Entity<${1:ClassName}>()$0;"],
"description": "inserts builder.Entity stub",
"prefix": "yBuilderEntity"
},
Expand Down Expand Up @@ -620,7 +620,7 @@
"prefix": "yMethodVoidWithArgs"
},
"modelBuilderEntity": {
"body": "modelBuilder.Entity<${1:ClassName}>()$0;",
"body": "builder.Entity<${1:ClassName}>()$0;",
"description": "Inserts a builder.Entity stub",
"prefix": "yModelBuilderEntity"
},
Expand Down

0 comments on commit feae5f0

Please sign in to comment.