...
This commit is contained in:
17
Shared/DTOs/CompanyDTO.cs
Normal file
17
Shared/DTOs/CompanyDTO.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class CompanyDTO
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
public string Mobile { get; set; }
|
||||
public string BranchID { get; set; }
|
||||
public string? EconomicCode { get; set; }
|
||||
public string? UniqeMemory { get; set; }
|
||||
public string? PrivateKey { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user