public static bool CreateSession(Result result) { return(ResultDB.CreateResult(result)); }
public static bool GetResults(List <ResultDisplay> resultList, ref string error, int UserID, int TestID, DateTime CreationDate) { return(ResultDB.GetResults(resultList, ref error, UserID, TestID, CreationDate)); }