Ejemplo n.º 1
0
 public PackagesController()
 {
     packagesContracts            = new PackagesContracts();
     medicineContracts            = new MedicinesContracts();
     userContracts                = new UserContracts();
     dcContracts                  = new DistributionCentersContracts();
     packageTransactionsContracts = new PackageTransactionsContracts();
     distributionsContracts       = new DistributionsContracts();
 }
Ejemplo n.º 2
0
 public MedicinesController()
 {
     medicineContracts = new MedicinesContracts();
 }
Ejemplo n.º 3
0
 public MedicinesControllerTests()
 {
     medicineController = new MedicinesController();
     medicineViewModel  = new MedicineViewModel();
     medicineContracts  = new MedicinesContracts();
 }