Esempio n. 1
0
 public CalculationsController(ICalculationRepo repo)
 {
     this.repo = repo;
 }
 public CalculationController(ICalculationRepo ICalcRepo, ICalcFiler Ifiler)
 {
     calcRepo = ICalcRepo;
     filer    = Ifiler;
 }