pschelpdesk/FastBill/Api/Response/SearchCustomer.cs
2024-11-19 20:16:45 +01:00

9 lines
177 B
C#

namespace FastBill.Api.Response;
public class SearchCustomer
{
public Request.SearchCustomer Request { get; set; }
public Customer Response { get; set; }
}