コード例 #1
0
ファイル: Oyster.cs プロジェクト: CarverLab/Oyster
        public bool CheckLoginNameUnique(string LoginName)
        {
            Functions F = new Functions();
            bool response = F.IsLoginNameUnique(LoginName);

            return response;
        }