コード例 #1
0
 public itemsController(FreshLifieContext context)
 {
     _context = context;
 }
コード例 #2
0
 public Product_TypeController(FreshLifieContext context)
 {
     _context = context;
 }
コード例 #3
0
 public User_ProviderController(FreshLifieContext context)
 {
     _context = context;
 }