public int CountDone(object interfaceId) { return(InterfaceStat.CountDone(dtStart, dtEnd, Convert.ToInt32(interfaceId))); }
public int CountWithdrawed(object interfaceId) { return(InterfaceStat.CountWithdrawed(dtStart, dtEnd, Convert.ToInt32(interfaceId))); }