public ThreeGBController(IThreeGBService threeGBService, IPhenomeServices phenomeServices, IFileService fileService)
 {
     _threeGBService  = threeGBService;
     _phenomeServices = phenomeServices;
     _fileService     = fileService;
 }
Beispiel #2
0
 public PhenomeController(IPhenomeServices phenomeService, IFileService fileService)
 {
     this.phenomeService = phenomeService;
     this.fileService    = fileService;
 }
Beispiel #3
0
 public S2SController(IS2SService s2SService, IPhenomeServices phenomeServices, IFileService fileService)
 {
     this._s2SService = s2SService;
     _phenomeServices = phenomeServices;
     _fileService     = fileService;
 }