Exemple #1
0
 public IEnumerable <Stocktaking> GetAllStocktakings()
 {
     return(_db.GetAllStocktaking());
 }