O0oo0O
O0oo0O
The latest version sets the label text to Chinese garbled  
This is the code I used in my project after transformation,Because I need multi-table related query. ``` public Task CountAsync(string customSql, object parameters = null) { string pagedListSql = @$"select...
Why 400 can't display status code ``` { "isError": true, "error": { "message": "Request invalid.", "code": "BadRequest" } } ``` I want to always show status code like 200 ```...
很期待 作者可以支持dapper版本
是否有插件或现有的CSS3实现代码
I have repeatedly installed a few times and I can't come out
It is recommended to refer to this library to join InsertOrUpdate Functions [https://github.com/olegil/SqlBulkTools](url) I can pass in an entity for automatic comparison Insert Update Delete Operation ``` void ITransaction.CommitTransaction(string connectionName,...
I have many interfaces how to register in batches, for example, I want to register all warehouse interfaces. inherit AsyncInterceptorBase or IAsyncInterceptor ,can not be used `.EnableInterfaceInterceptors().InterceptedBy(typeof(TransactionalInterceptor))` ``` var myClass...
How to add support for audio files such as mp3/mp4
By default, the current database connection transaction is not passed in, which leads to the need to rewrite the method to pass in the transaction to achieve transaction control ...