Esempio n. 1
0
        public RlmCaseIOHistory GetCaseIOHistory(long caseId, long rneuronId, long solutionId)
        {
            RlmCaseIOHistory retVal = rlmDb.GetCaseIOHistory(caseId, rneuronId, solutionId);

            return(retVal);
        }