Beispiel #1
0
 public CosController(IDepozitProduse deprod, IProcesareComanda procom)
 {
     depozit          = deprod;
     procesarecomanda = procom;
 }
 public AdminController(IDepozitProduse deprod)
 {
     depozit = deprod;
 }
Beispiel #3
0
 public NavController(IDepozitProduse deprod)
 {
     depozit = deprod;
 }