9 lines
156 B
C#
9 lines
156 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace VOL.Core.DBManager
|
|||
|
{
|
|||
|
public class DBConnectionAttribute : Attribute
|
|||
|
{
|
|||
|
public string DBName { get; set; }
|
|||
|
}
|
|||
|
}
|