pdf bill
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
namespace Yavsc.Billing
|
||||
{
|
||||
public interface IBillItem {
|
||||
|
||||
string Name { get; set; }
|
||||
string Description { get; set; }
|
||||
int Count { get; set; }
|
||||
|
Reference in New Issue
Block a user