예제 #1
0
 public IEnumerable <Ticket> GetInDate(string inicial, string final)
 {
     return(repositorio.GetInDate(inicial, final));
 }