Exemple #1
0
 public DemandController(IDemands repo, ISupplies supplyrepo)
 {
     this.repo       = repo;
     this.supplyrepo = supplyrepo;
 }