Esempio n. 1
0
 public ProductService(MTShopContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public PermissionService(MTShopContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public UserService(MTShopContext context)
 {
     _context = context;
 }