예제 #1
0
 static rrUser()
 {
     RecordMapper.Register(typeof(rrUser), typeof(SqlField));
 }
예제 #2
0
파일: Image.cs 프로젝트: SlavaTT/RifleRange
 static rrImage()
 {
     RecordMapper.Register(typeof(rrImage), typeof(SqlField));
 }
예제 #3
0
파일: News.cs 프로젝트: SlavaTT/RifleRange
 static rrNews()
 {
     RecordMapper.Register(typeof(rrNews), typeof(SqlField));
 }
예제 #4
0
 static rrForumThread()
 {
     RecordMapper.Register(typeof(rrForumThread), typeof(SqlField));
 }
예제 #5
0
 static rrPhotoAlbum()
 {
     RecordMapper.Register(typeof(rrPhotoAlbum), typeof(SqlField));
 }