refactoring
This commit is contained in:
parent
3043646ee8
commit
1e6c1d15db
57 changed files with 3368 additions and 248 deletions
|
|
@ -25,9 +25,9 @@ using Interfaces.Workflow;
|
|||
|
||||
|
||||
|
||||
public class BookQueryEvent: BookQueryProviderInfo, IEvent
|
||||
public class RdvQueryEvent: RdvQueryProviderInfo, IEvent
|
||||
{
|
||||
public BookQueryEvent()
|
||||
public RdvQueryEvent()
|
||||
{
|
||||
Topic = "BookQuery";
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@ namespace Yavsc.Models
|
|||
using Models.Messaging;
|
||||
using Models.Relationship;
|
||||
|
||||
public class BookQueryProviderInfo
|
||||
public class RdvQueryProviderInfo
|
||||
{
|
||||
public ClientProviderInfo Client { get; set; }
|
||||
public Location Location { get; set; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue