예제 #1
0
 public ProductsService(ProductsContext context)
 {
     _context = context;
 }