Example #1
0
 public PackagesContracts()
 {
     PackageModel                 = new Package();
     PackagesServices             = new PackagesServices();
     MedicinesContracts           = new MedicinesContracts();
     PackagesTransactionContracts = new PackageTransactionsContracts();
     UserContracts                = new UserContracts();
 }
Example #2
0
 public PackagesContracts()
 {
     PackageModel = new Package();
     PackagesServices = new PackagesServices();
     MedicinesContracts = new MedicinesContracts();
     PackagesTransactionContracts = new PackageTransactionsContracts();
     UserContracts = new UserContracts();
 }
Example #3
0
 public StockController()
 {
     packagesContracts = new PackagesContracts();
     medicineContracts = new MedicinesContracts();
     userContracts = new UserContracts();
     dcContracts= new DistributionCentersContracts();
     packageTransactionsContracts = new PackageTransactionsContracts();
     distributionsContracts = new DistributionsContracts();
 }
 public MedicinesControllerTests()
 {
     medicineController = new MedicinesController();
     medicineViewModel = new MedicineViewModel();
     medicineContracts = new MedicinesContracts();
 }
Example #5
0
 public MedicinesController()
 {
     medicineContracts = new MedicinesContracts();
 }