using System.Collections.Generic;
using Tapeti.Config;
namespace Tapeti.DataAnnotations
{
///
/// Provides the DataAnnotations validation middleware.
///
public class DataAnnotationsExtension : ITapetiExtension
{
///
public void RegisterDefaults(IDependencyContainer container)
{
}
///
public IEnumerable