C# Class MvcStarterProject.Config.StructureMap.SaveObjectServiceConventionScanner

span> This TypeScanner looks for any concrete class that implements an ISaveObjectService interface, and registers that type against the closed ISaveObjectService interface, i.e. ISaveObjectService
or ISaveObjectService
Inheritance: CloseInterfaceConventionScanner
Mostrar archivo Open project: JonKruger/MvcStarterProject

Public Methods

Method Description
SaveObjectServiceConventionScanner ( ) : MvcStarterProject.Business

Method Details

SaveObjectServiceConventionScanner() public method

public SaveObjectServiceConventionScanner ( ) : MvcStarterProject.Business
return MvcStarterProject.Business