Example #1
0
 public PageCartController(IAFunctions funrep, NPage npage)
 {
     _funrep = funrep;
     _npage  = npage;
 }
 public PhysicsController(IAFunctions funrep)
 {
     _funrep = funrep;
 }
Example #3
0
 public MathController(IAFunctions funrep)
 {
     _funrep = funrep;
 }
Example #4
0
 public FunctionsController(IAFunctions iAllFun, IFunctionsManager iAllCat)
 {
     _allFun = iAllFun;
     _allCat = iAllCat;
 }
 public HomeController(IAFunctions funrep)
 {
     _funrep = funrep;
 }