Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 186 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 186 Bytes

Dapper.DataAnnotations

Usage

public IServiceProvider ConfigureServices(IServiceCollection services)
{
   services.AddDapperTypeMaps(Assembly.GetExecutingAssembly());
}