send the billing code along with the query

This commit is contained in:
Paul Schneider 2018-02-07 20:04:12 +01:00
commit 2890e10339
18 changed files with 47 additions and 27 deletions

View file

@ -1,23 +0,0 @@
using System;
namespace Yavsc.Models
{
using Models.Messaging;
using Models.Relationship;
public class RdvQueryProviderInfo
{
public ClientProviderInfo Client { get; set; }
public Location Location { get; set; }
public long Id { get; set; }
public DateTime? EventDate { get; set; }
public decimal? Previsional { get; set; }
public string Reason { get; set; }
public string ActivityCode { get; set; }
}
}