Beispiel #1
0
 public CustomerService(Context context)
     : base(context)
 {
 }
Beispiel #2
0
 public OrderService(Context c)
     : base(c)
 {
 }
Beispiel #3
0
 public ProductService(Context context)
     : base(context)
 {
 }
Beispiel #4
0
 public BaseService(Context context)
 {
     this._context = context;
 }