Search Results

1
vote
0answers
44 views

Using Subsonic SimpleRepository, the partial void IsValid is never called

Hi, when using the SimpleRepository in SubSonic 3, the partial void OnValidate is never called. When and where should I be doing validations? …