Ejemplo n.º 1
0
 public List <patrols> GetPatrolList(DateTime dtBegin, DateTime dtEnd)
 {
     return(client.GetPatrolList(dtBegin, dtEnd));
 }