events refactoring
This commit is contained in:
parent
4475dca3fa
commit
d11fed8d32
13 changed files with 98 additions and 89 deletions
21
Yavsc/Model/Messaging/ClientProviderInfo.cs
Normal file
21
Yavsc/Model/Messaging/ClientProviderInfo.cs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
using System;
|
||||
namespace Yavsc.Model
|
||||
{
|
||||
|
||||
public class BookQueryProviderView {
|
||||
public ClientProviderView Client { get; set; }
|
||||
public Location Location { get; set; }
|
||||
|
||||
public long Id { get; set; }
|
||||
|
||||
public DateTime EventDate { get ; set; }
|
||||
public decimal? Previsional { get; set; }
|
||||
}
|
||||
public class ClientProviderView {
|
||||
public string UserName { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public int Rate { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue