Example #1
0
 public AddressController(XBitContext context)
 {
     this.context = context;
 }
Example #2
0
 public MinerAlgorithmController(XBitContext context)
 {
     this.context = context;
 }
Example #3
0
 public MiningFarmController(XBitContext context)
 {
     this.context = context;
 }
Example #4
0
 public CustomerController(XBitContext context)
 {
     this.context = context;
 }
Example #5
0
 public FarmRightController(XBitContext context)
 {
     this.context = context;
 }
Example #6
0
 public UserController(XBitContext context)
 {
     this.context = context;
     roleHelper   = new RoleHelper(context);
 }
Example #7
0
 public LoginController(XBitContext context)
 {
     this.context = context;
 }
Example #8
0
 public BalanceController(XBitContext context)
 {
     this.context = context;
     roleHelper   = new RoleHelper(context);
 }
Example #9
0
 public CoinAlgorithmController(XBitContext context)
 {
     this.context = context;
 }
Example #10
0
 public ManufacturerController(XBitContext context)
 {
     this.context = context;
 }
Example #11
0
 public RoleHelper(XBitContext context)
 {
     this.context = context;
 }
Example #12
0
 public MiningFarmController(XBitContext context)
 {
     this.context = context;
     roleHelper   = new RoleHelper(context);
 }
Example #13
0
 public LocationController(XBitContext context)
 {
     this.context = context;
 }
Example #14
0
 public BalanceController(XBitContext context)
 {
     this.context = context;
 }
Example #15
0
 public ShelfController(XBitContext context)
 {
     this.context = context;
 }
Example #16
0
 public CountryController(XBitContext context)
 {
     this.context = context;
 }
Example #17
0
 public MinerTypeController(XBitContext context)
 {
     this.context = context;
 }
Example #18
0
 public HostingPeriodController(XBitContext context)
 {
     this.context = context;
     roleHelper   = new RoleHelper(context);
 }
Example #19
0
 public FarmMemberController(XBitContext context)
 {
     this.context = context;
 }
 public UserInformationController(XBitContext context)
 {
     this.context = context;
 }
Example #21
0
 public LocationAdministratorController(XBitContext context)
 {
     this.context = context;
 }
Example #22
0
 public HostingPeriodController(XBitContext context)
 {
     this.context = context;
 }