コード例 #1
0
ファイル: UserManager.cs プロジェクト: NitrofCG/BodyReport
 internal void DeleteUser(UserKey key)
 {
     _userModule.Delete(key);
 }