Example #1
0
 public bool AllowedUser(TestEntity test, UserEntity user)
 {
     return(testRepository.AllowedUser(test.ToDalTest(), user.ToDalUser()));
 }