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