TinyHelpers
TinyHelpers copied to clipboard
Add TimeSpan TypeHandler for Dapper
Dapper does not natively support TimeSpan, so it is necessary to create a Type Handler that automatically converts this data type to ticks and viceversa.