This commit is contained in:
2017-05-30 23:42:04 +02:00
parent 30e3e52e8c
commit cde5d56bba
10 changed files with 28 additions and 24 deletions

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace Yavsc.Billing
{
public interface IBillable {
string Description { get; set; }
string GetDescription ();
List<IBillItem> GetBillItems();
long Id { get; set; }