Пример #1
0
 public RideService(KuberContext context)
 {
     Context = context;
 }
Пример #2
0
 public UserService(KuberContext context)
 {
     Context = context;
 }
Пример #3
0
 public AddressService(KuberContext context)
 {
     Context = context;
 }