示例#1
0
 public string DeleteUser(string id)
 {
     return(context.DeleteUser(id).ToString());
 }