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