예제 #1
0
 public int CountDone(object interfaceId)
 {
     return(InterfaceStat.CountDone(dtStart, dtEnd, Convert.ToInt32(interfaceId)));
 }
예제 #2
0
 public int CountWithdrawed(object interfaceId)
 {
     return(InterfaceStat.CountWithdrawed(dtStart, dtEnd, Convert.ToInt32(interfaceId)));
 }