Domain.QualityTestController.CheckProduction C# (CSharp) Method

CheckProduction() private method

private CheckProduction ( int id ) : bool
id int
return bool
        internal bool CheckProduction(int id) {

            return Persistance.DBController.getController().CheckProduction(id);
        }
    }