15 lines
253 B
C#
15 lines
253 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using VolPro.Core.Configuration;
|
|
using VolPro.Core.Dapper;
|
|
using VolPro.Core.Enums;
|
|
|
|
namespace VolPro.Core.DBManager
|
|
{
|
|
public partial class DBServerProvider
|
|
{
|
|
|
|
}
|
|
}
|