Skip to content

Instantly share code, notes, and snippets.

@msciborski
Created April 25, 2018 06:58
Show Gist options
  • Save msciborski/1bf777c7f589e488238b52173f9f509a to your computer and use it in GitHub Desktop.
Save msciborski/1bf777c7f589e488238b52173f9f509a to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc()
.AddFluentValidation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment