Domain.QualityTestController.ChangeAllQualityTest C# (CSharp) Method

ChangeAllQualityTest() private method

private ChangeAllQualityTest ( int ID, string testActivties, string result, string expResult, string comment, System.DateTime date, string employee, bool approved, bool done ) : void
ID int
testActivties string
result string
expResult string
comment string
date System.DateTime
employee string
approved bool
done bool
return void
        internal void ChangeAllQualityTest(int ID, string testActivties, string result, string expResult, string comment
            , DateTime date, string employee, bool approved, bool done)
        {
            
            Persistance.DBController.getController().changeQualityTest(Factory.GetFactory().GetQTF().CreateQualityTest(ID, date, testActivties, expResult, employee, comment, result, approved, done));
        }
        internal bool CheckProduction(int id) {