estimate to client

This commit is contained in:
Paul Schneider 2016-12-11 14:45:51 +01:00
commit 3acb5bc922
13 changed files with 127 additions and 40 deletions

View file

@ -1,8 +1,8 @@
using System;
using Yavsc.Model;
namespace Yavsc.Interfaces
{
using Yavsc.Models.Messaging;
public interface IBookQueryData
{
ClientProviderInfo Client { get; set; }