7 lines
142 B
C#
7 lines
142 B
C#
namespace FastBill.Models;
|
|
|
|
public class Customer
|
|
{
|
|
public string CustomerNr { get; set; }
|
|
public string CustomerId { get; set; }
|
|
} |