Untitled
unknown
plain_text
2 years ago
597 B
8
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