Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@StephanyBatista
Created January 22, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephanyBatista/b81b91f83c7f58ac18ba6c3a7cb867d7 to your computer and use it in GitHub Desktop.
Save StephanyBatista/b81b91f83c7f58ac18ba6c3a7cb867d7 to your computer and use it in GitHub Desktop.
public class ProductController : Controller
{
private ProductRepository _productRepository;
public ProductController()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment