refactoring
This commit is contained in:
parent
e143052211
commit
16804e26e7
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ using Yavsc.Models.Workflow;
|
|||
namespace Yavsc.Models.Billing
|
||||
{
|
||||
|
||||
public class NominativeServiceCommand : Query<Service> {
|
||||
public class NominativeServiceCommand<T> : Query<T> where T:Service
|
||||
{
|
||||
|
||||
public string ClientId { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue