Esempio n. 1
0
 public Depot GetOneDepot(int depotid)
 {
     return(_stockinRepository.GetOneDepot(depotid));
 }