Exemplo n.º 1
0
 public LoginKierowcaService(GokardyContext context, IEncryption encryption, IConfiguration config)
 {
     this.context    = context;
     this.encryption = encryption;
     this.config     = config;
 }
Exemplo n.º 2
0
 public ZarzadzajTorService(GokardyContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ZarzadzajKierowcaService(GokardyContext context, IEncryption encryption)
 {
     this.context    = context;
     this.encryption = encryption;
 }
Exemplo n.º 4
0
 public UzytkownikService(GokardyContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public ZarzadzajPracownikService(GokardyContext context)
 {
     this.context = context;
 }