コード例 #1
0
 public bool IsUserAssignedToTest(string UserID, int TestID)
 {
     return(apTestData.IsApplicantAssignedToTest(UserID, TestID));
 }