Fix missing docs in 'RequestCultureFeature'

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-26 23:17:04 +03:00
parent 08b70e22e6
commit 576d4eaf8d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace Microsoft.AspNet.Localization
/// Creates a new <see cref="RequestCultureFeature"/> with the specified <see cref="Localization.RequestCulture"/>.
/// </summary>
/// <param name="requestCulture">The <see cref="Localization.RequestCulture"/>.</param>
/// <param name="provider">The <see cref="IRequestCultureProvider"/>.</param>
public RequestCultureFeature([NotNull] RequestCulture requestCulture, IRequestCultureProvider provider)
{
RequestCulture = requestCulture;