示例#1
0
 //删除翻译语言
 public static void DelRendition(int id)
 {
     LanguageDAL.DelRendition(id);
 }