예제 #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;
 }
예제 #20
0
 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;
 }