tangxuehua / enode

ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications.
http://www.cnblogs.com/netfocus/category/496012.html
MIT License
1.81k stars 564 forks source link

using Dapper #63

Closed jianliulin closed 5 years ago

jianliulin commented 7 years ago

SqlServerEventStore.cs ,SqlServerLockService.cs 直接用using Dapper 引用,希望能改为从ECommon间接引用。