예제 #1
0
 public override void Visit(YellowstonePathology.Business.Test.Model.TestOrderCollection testOrderCollection)
 {
     if (testOrderCollection.Exists(this.m_Test.TestId) == true)
     {
         this.m_TestOrder = testOrderCollection.GetTestOrder(this.m_Test.TestId);
     }
 }