Пример #1
0
 public virtual IDbConnection CreateNamedDbConnection(string name)
 {
     return(_dbConnectionFactory.CreateNamedConnection(name));
 }