verdie-g / StoredProcedureEFCore

Entity Framework Core extension to execute stored procedures
MIT License
192 stars 44 forks source link

Fix: error when passing null value to the AddParameter<T> method #10

Closed korifeich closed 6 years ago

korifeich commented 6 years ago

This pull request fixes issue: https://github.com/verdie-g/StoredProcedureEFCore/issues/9

korifeich commented 6 years ago

It is OK less code with good readability.

verdie-g commented 6 years ago

Thank you