コード例 #1
0
 public static void DeleteProject(int id)
 {
     ProjectsRepositories.DeleteProject(id);
 }