Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created July 30, 2020 03:47
Show Gist options
  • Select an option

  • Save PradeepLoganathan/4b3fba93df07e1af90ff681dba23aed1 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/4b3fba93df07e1af90ff681dba23aed1 to your computer and use it in GitHub Desktop.
Confgure services
public void ConfigureServices(IServiceCollection services)
{
services.AddRepository();
services.AddControllers();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment