Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Nov 22, 2017
1 parent 3de22b5 commit 013ac18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ await OperationContext.GetOrAddAsync(
}
}

public Task CreateOrUpdateAsync<Model, ParentModel>(NestedResourceConfig<Model, ParentModel> config)
public Task CreateOrUpdateAsync<Model, ParentModel>(
NestedResourceConfig<Model, ParentModel> config)
where Model : class
where ParentModel : class
=> CreateOrUpdateAsync(config.Parent);
Expand Down

0 comments on commit 013ac18

Please sign in to comment.