Esempio n. 1
0
 static rrUser()
 {
     RecordMapper.Register(typeof(rrUser), typeof(SqlField));
 }
Esempio n. 2
0
 static rrImage()
 {
     RecordMapper.Register(typeof(rrImage), typeof(SqlField));
 }
Esempio n. 3
0
 static rrNews()
 {
     RecordMapper.Register(typeof(rrNews), typeof(SqlField));
 }
Esempio n. 4
0
 static rrForumThread()
 {
     RecordMapper.Register(typeof(rrForumThread), typeof(SqlField));
 }
Esempio n. 5
0
 static rrPhotoAlbum()
 {
     RecordMapper.Register(typeof(rrPhotoAlbum), typeof(SqlField));
 }