Example #1
0
 public DebuggerModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #2
0
 public CreateModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #3
0
 public DetailsModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #4
0
 public NavbarStatusModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #5
0
 public GenerateBlockModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #6
0
 public TransactionsModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #7
0
 public RollBackToModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
 public ActiveProjectFilter(Tippy.Core.Data.TippyDbContext context)
 {
     _context = context;
 }
 public SwitchProjectModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #10
0
 public QuickStartModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #11
0
 public OpenFolderModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #12
0
 public AdvancedModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #13
0
 public RestartModel(Tippy.Core.Data.TippyDbContext context)
 {
     _context = context;
 }
Example #14
0
 public EpochInfoModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #15
0
 public NotFoundModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #16
0
 public ResetModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #17
0
 public IndexModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }
Example #18
0
 public Valition_Projects(Tippy.Core.Data.TippyDbContext context)
 {
     DbContext = context;
 }
Example #19
0
 public StopModel(Tippy.Core.Data.TippyDbContext context)
 {
     _context = context;
 }
Example #20
0
 public ClearModel(Tippy.Core.Data.TippyDbContext context) : base(context)
 {
 }