예제 #1
0
 public virtual EditProfile GetEmptyProfile()
 {
     return(new EditProfile
     {
         InterestTypes = _profileSettingsService.GetInterests()
     });
 }