public UserProfileController( IViewUserBattlResultBLL model )
 {
     this.model = model;
 }
Example #2
0
 public UserProfileController(IViewUserBattlResultBLL model)
 {
     this.model = model;
 }