Esempio n. 1
0
 public RideService(KuberContext context)
 {
     Context = context;
 }
Esempio n. 2
0
 public UserService(KuberContext context)
 {
     Context = context;
 }
Esempio n. 3
0
 public AddressService(KuberContext context)
 {
     Context = context;
 }