C# Класс Catel.ExtensionsFluentValidationModule

Extensions.FluentValidation module which allows the registration of default services in the service locator.
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( IServiceLocator serviceLocator ) : void

Initializes the specified service locator.

Описание методов

Initialize() публичный Метод

Initializes the specified service locator.
public Initialize ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
Результат void