WIP Estimate

This commit is contained in:
Paul Schneider 2016-11-04 13:55:48 +01:00
commit 9293ee4ec9
27 changed files with 1308 additions and 76 deletions

View file

@ -8,7 +8,7 @@ using Yavsc.Models.Workflow;
namespace Yavsc.Models.Billing
{
public class NominativeServiceCommand : Command<Service> {
public class NominativeServiceCommand : Query<Service> {
public string ClientId { get; set; }