Example #1
0
 public PhotoDbRepository(ProductDemoContext context)
 {
     _context = context;
 }
Example #2
0
 static void Main(string[] args)
 {
     var context      = new ProductDemoContext();
     var categoryList = context.Category.ToList();
 }