Accountant
public class Accountant
{
public int ID { get; set; }
public string Name { get; set; }
public string BuildingNumber { get; set; }
public string Street { get; set; }
public string City { get; set; }
public string Country { get; set; }
public string PostalCode { get; set; }
public string Phone { get; set; }
public string Fax { get; set; }
public string Email { get; set; }
public DateTime ContractDate { get; set; }
public string AccountantType { get; set; }
public string ContractNumber { get; set; }
}Accountant Sınıfı Özellikleri ve Açıklamaları
Last updated