Exemple #1
0
 public Product(navtechContext context)
 {
     this.Context = context;
 }
Exemple #2
0
        // private readonly IUserAuth auth;

        public UserAuth(navtechContext context, IConfiguration config)
        {
            this.context = context;
            this.config  = config;
        }
Exemple #3
0
 public OrderService(navtechContext context)
 {
     this.Context = context;
 }
Exemple #4
0
 public User(navtechContext user)
 {
     this.user = user;
 }