Example #1
0
 public CreateModel(IUserPageService UserPageService)
 {
     _UserPageService = UserPageService ?? throw new ArgumentNullException(nameof(UserPageService));
 }