Beispiel #1
0
 public MusicController()
 {
     _mscService   = ServiceLocator.GetService <MusicService>();
     _mailService  = ServiceLocator.GetService <PaskolEmailService>();
     _tgService    = ServiceLocator.GetService <TagService>();
     _cnfrmService = ServiceLocator.GetService <ConfirmationService>();
 }
Beispiel #2
0
 public ConfirmBaseController()
 {
     purchaseService = ServiceLocator.GetService <PurchaseService>();
     service         = ServiceLocator.GetService <ConfirmationService>();
     MAILService     = ServiceLocator.GetService <PaskolEmailService>();
     musicSrv        = ServiceLocator.GetService <MusicService>();
 }
Beispiel #3
0
 public InfoController()
 {
     _mailSrv = ServiceLocator.GetService <PaskolEmailService>();
 }