Esempio n. 1
0
 public List <Depot> GetDepots(int?depotid)
 {
     return(_stockoutRepository.GetDepots(depotid).ToList());
 }