예제 #1
0
 public RepositoryBase(IDbContextProvider dbContextProvider)
 {
     _options = dbContextProvider.GetOptions();
 }