8 lines
86 B
C#
8 lines
86 B
C#
|
|
namespace Common.Library
|
|
{
|
|
public class EntityBase : CommonBase
|
|
{
|
|
}
|
|
}
|