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