mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
10 lines
221 B
C#
10 lines
221 B
C#
using Orchard.ContentManagement;
|
|
|
|
namespace Orchard.Search.Models {
|
|
/// <summary>
|
|
/// Content part for the search form widget
|
|
/// </summary>
|
|
public class SearchFormPart : ContentPart {
|
|
}
|
|
}
|