public UsersViewController(SetShapeContext context)
 {
     _context = context;
 }
 public WorkoutsController(SetShapeContext context)
 {
     _context = context;
 }
Exemple #3
0
 public HistoryItemsController(SetShapeContext context)
 {
     _context = context;
 }
Exemple #4
0
 public HistoryViewController(SetShapeContext context)
 {
     _context = context;
 }
Exemple #5
0
 public TrainingPlansController(SetShapeContext context)
 {
     _context = context;
 }
 public SetShapeController(SetShapeContext context)
 {
     _context = context;
 }
 public TrainingDaysViewController(SetShapeContext context)
 {
     _context = context;
 }