Example #1
0
 static BllMapper()
 {
     Mapper.AddRule <UserBll, UserDal>();
     Mapper.AddRule <PictureBll, PictureDal>();
     Mapper.AddRule <PictureProfileBll, PictureProfileDal>();
     Mapper.AddRule <RoleBll, RoleDal>();
     Mapper.AddRule <AvatarDal, AvatarBll>();
 }
Example #2
0
 static ModelMapper()
 {
     Mapper.AddRule <RegisterUserModel, UserBll>();
 }