초기커밋
This commit is contained in:
20
ServerBase/1. Define/DatabaseDefine.cs
Normal file
20
ServerBase/1. Define/DatabaseDefine.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
using DYNAMO_DB_TABLE_NAME = System.String;
|
||||
|
||||
|
||||
namespace ServerBase;
|
||||
|
||||
public static class DynamoDbDefine
|
||||
{
|
||||
public static class TableNames
|
||||
{
|
||||
// 메인 테이블
|
||||
public static DYNAMO_DB_TABLE_NAME Main = "Metaverse";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user