Пример #1
0
 public Test GetTestByTestTypeId(int testTypeId)
 {
     return(_testGateway.GetTestByTestType(testTypeId));
 }