Beispiel #1
0
 public ProductService(MTShopContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PermissionService(MTShopContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public UserService(MTShopContext context)
 {
     _context = context;
 }