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