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