コード例 #1
0
ファイル: TagService.cs プロジェクト: genusB/ToDoApp
 public static void Initialize(int userId)
 {
     ThisTagService = new TagService(userId);
 }