示例#1
0
文件: Signup.cs 项目: kencentre/X-Wcf
 public bool UpdateStatus(string ID, string Status)
 {
     return(dal.UpdateStatus(ID, Status));
 }