Example #1
0
 public ReceitaController(FitCooksContext context)
 {
     handling = new FitCooksAPP(context);
 }
Example #2
0
 public ReceitaViewController(FitCooksContext context)
 {
     //_context = context;
     handling = new FitCooksAPP(context);
 }
 public EtapasController(FitCooksContext context)
 {
     handling = new FitCooksAPP(context);
     current  = 0;
 }
Example #4
0
 public UtilizadorController(FitCooksContext context)
 {
     handling = new FitCooksAPP(context);
 }
 public UtilizadorViewController(FitCooksContext context)
 {
     //_context = context;
     handling = new FitCooksAPP(context);
 }