cleaning
parent
71636caa7a
commit
a89730e31b
@ -1,28 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using Yavsc.Services;
|
|
||||||
|
|
||||||
namespace Yavsc.Billing
|
|
||||||
{
|
|
||||||
public interface IBillable {
|
|
||||||
string GetDescription ();
|
|
||||||
List<IBillItem> GetBillItems();
|
|
||||||
long Id { get; set; }
|
|
||||||
|
|
||||||
string ActivityCode { get; set; }
|
|
||||||
|
|
||||||
string PerformerId { get; set; }
|
|
||||||
string ClientId { get; set; }
|
|
||||||
/// <summary>
|
|
||||||
/// Date de validation de la demande par le client
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
|
|
||||||
DateTime? ValidationDate { get; }
|
|
||||||
|
|
||||||
bool GetIsAcquitted ();
|
|
||||||
|
|
||||||
string GetFileBaseName (IBillingService service);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio 2012
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yavsc.Abstract", "Yavsc.Abstract.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Release|Any CPU = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
Loading…
Reference in New Issue