Added summary where needed.
This commit is contained in:
@@ -17,6 +17,10 @@ namespace MongoDbGenericRepository.Attributes
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The constructor.
|
||||
/// </summary>
|
||||
/// <param name="name">The name of the collection.</param>
|
||||
public CollectionNameAttribute(string name)
|
||||
{
|
||||
this.Name = name;
|
||||
|
||||
Reference in New Issue
Block a user