8 lines
No EOL
149 B
C#
8 lines
No EOL
149 B
C#
using System.Data;
|
|
|
|
namespace Femto.Common.Infrastructure.DbConnection;
|
|
|
|
public interface IDbConnectionFactory
|
|
{
|
|
IDbConnection GetConnection();
|
|
} |