Ejemplo n.º 1
0
 public ActiveOrderCore(Context context)
 {
     this.context = context;
     data         = new PendingOrdersData(context);
 }