예제 #1
0
 public ProductController(ProdcaContext context)
 {
     _context = context;
     _context.Database.EnsureCreated();
 }