With Microsoft.Extensions.DependencyInjection do I use properties or a method to return a value to users of the service?

后端 未结 0 601
天涯浪人
天涯浪人 2021-02-03 10:36

Here\'s my situation:

public partial class DatabaseService : IDatabaseService
{

    private SQLiteConnection _db1;
  
    public DatabaseService()
    {
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题