コード例 #1
0
ファイル: UserClient.cs プロジェクト: Drusalyator/Patterns
 public void Remove(int userId)
 {
     _ormAdapter.removeUser(userId);
 }