예제 #1
0
파일: LanguageBLL.cs 프로젝트: 892182825/SP
 //删除翻译语言
 public static void DelRendition(int id)
 {
     LanguageDAL.DelRendition(id);
 }