Untitled
unknown
plain_text
a year ago
597 B
0
Indexable
[WebMethod] public static int GetCurrentUnclosedVisitsCount() { Treatment_CallClosureReview ccr = new Treatment_CallClosureReview(); var arg = new Arg_CA_ServiceOrder_ClosedByBatch_GetUnclosedVisits { BusinessId = SessionManager.BusinessId }; var unclosedVisits = AbstractProxys.GetProxyInstance().OrderServices.CA_ServiceOrder_ClosedByBatch_GetUnclosedVisits(arg).Where(ucv => ccr.ServiceOrderIDsList.Contains(ucv.ServiceOrderId)).ToList(); return unclosedVisits.Count; }
Editor is loading...
Leave a Comment