mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
10 lines
272 B
C#
10 lines
272 B
C#
![]() |
using Orchard.Forms.Services;
|
|||
|
using Orchard.Localization.Services;
|
|||
|
|
|||
|
namespace Orchard.DynamicForms.Services {
|
|||
|
public interface IFormElementServices : IDependency
|
|||
|
{
|
|||
|
IFormManager FormManager { get; }
|
|||
|
ICultureManager CultureManager { get; }
|
|||
|
}
|
|||
|
}
|