public static void DeleteCallItem(string callInfoID)
        {
            R_CallDeleteRequest request = new R_CallDeleteRequest();

            request.Id = callInfoID;
            r_CallService.DeleteCall(request);
        }
示例#2
0
 public Basic.Framework.Web.BasicResponse DeleteCall(Sys.Safety.Request.R_Call.R_CallDeleteRequest callRequest)
 {
     return(_R_CallService.DeleteCall(callRequest));
 }