示例#1
0
 public static void Country_Update_Status(string CouId, string Status)
 {
     db.Country_Update_Status(CouId, Status);
 }