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