more refactoring
parent
e6b5eaf851
commit
bf60d12a9a
@ -1,9 +1,12 @@
|
|||||||
|
using OSI.API.DAL.Common;
|
||||||
|
|
||||||
namespace OSI.API.DAL.Client
|
namespace OSI.API.DAL.Client
|
||||||
{
|
{
|
||||||
public class ClientObject
|
public class ClientObject
|
||||||
{
|
{
|
||||||
public int ClientID { get; set; }
|
public int ClientID { get; set; }
|
||||||
public string ClientName { get; set; }
|
public string? ClientName { get; set; }
|
||||||
|
|
||||||
|
public AddressObject? ClientAddress { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue