Skip to content

Instantly share code, notes, and snippets.

View nibro7778's full-sized avatar
🎯
Focusing

Niraj Trivedi nibro7778

🎯
Focusing
View GitHub Profile
@csharpfritz
csharpfritz / repository.cs
Created August 23, 2019 15:09
Sample code demonstrating Generic Repository pattern with EF Core and C#
using System;
using System.Collections.Generic;
using System.Linq;
namespace WebApplication2.Models
{
public interface IGetStoredInDatabase
{