Merge pull request #47 from hishamco/docs

Fix missing docs in 'RequestCultureFeature'
This commit is contained in:
Eilon Lipton 2015-06-26 14:14:54 -07:00
commit 91493bf3e6
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;