refactoring

This commit is contained in:
2018-08-01 03:12:08 +02:00
parent 4ab43a7874
commit 29d85a0ccf
16 changed files with 11 additions and 53 deletions

View File

@ -1,8 +1,6 @@
using System;
using System.Threading.Tasks;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Net;
using System.Text;

View File

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