public class orders_new { public int ID {get;set;} public string ORDER_NUMBER {get;set;} public int ORDER_BY {get;set;} public decimal ORDER_TOTALPRICE {get;set;} public DateTime ORDER_DATE {get;set;} public int ORDER_FIRMAID {get;set;} public int ORDER_STATUS {get;set;} public string ORDER_PAYMENTTYPE {get;set;} public DateTime ORDER_JUSTDATE {get;set;} public string ORDER_NOTES {get;set;} public string ORDER_ADRES {get;set;} public int ORDER_DISCOUNT {get;set;} public decimal ORDER_DISCOUNT_AMOUNT {get;set;} public int ORDER_KDV {get;set;} public int ORDER_MANUELSUM {get;set;} public string ORDER_DESC {get;set;} public string ORDER_SIPARISVEREN {get;set;} public string ORDER_PAYMENT {get;set;} public string ORDER_IP {get;set;} public double COMMISION_RATE_OFORDER {get;set;} public double COMMISION_TOTAL {get;set;} public int ORDER_PRINTED {get;set;} public orders_new(int ID_,string ORDER_NUMBER_,int ORDER_BY_,decimal ORDER_TOTALPRICE_,DateTime ORDER_DATE_,int ORDER_FIRMAID_,int ORDER_STATUS_,string ORDER_PAYMENTTYPE_,DateTime ORDER_JUSTDATE_,string ORDER_NOTES_,string ORDER_ADRES_,int ORDER_DISCOUNT_,decimal ORDER_DISCOUNT_AMOUNT_,int ORDER_KDV_,int ORDER_MANUELSUM_,string ORDER_DESC_,string ORDER_SIPARISVEREN_,string ORDER_PAYMENT_,string ORDER_IP_,double COMMISION_RATE_OFORDER_,double COMMISION_TOTAL_,int ORDER_PRINTED_) { this.ID = ID_; this.ORDER_NUMBER = ORDER_NUMBER_; this.ORDER_BY = ORDER_BY_; this.ORDER_TOTALPRICE = ORDER_TOTALPRICE_; this.ORDER_DATE = ORDER_DATE_; this.ORDER_FIRMAID = ORDER_FIRMAID_; this.ORDER_STATUS = ORDER_STATUS_; this.ORDER_PAYMENTTYPE = ORDER_PAYMENTTYPE_; this.ORDER_JUSTDATE = ORDER_JUSTDATE_; this.ORDER_NOTES = ORDER_NOTES_; this.ORDER_ADRES = ORDER_ADRES_; this.ORDER_DISCOUNT = ORDER_DISCOUNT_; this.ORDER_DISCOUNT_AMOUNT = ORDER_DISCOUNT_AMOUNT_; this.ORDER_KDV = ORDER_KDV_; this.ORDER_MANUELSUM = ORDER_MANUELSUM_; this.ORDER_DESC = ORDER_DESC_; this.ORDER_SIPARISVEREN = ORDER_SIPARISVEREN_; this.ORDER_PAYMENT = ORDER_PAYMENT_; this.ORDER_IP = ORDER_IP_; this.COMMISION_RATE_OFORDER = COMMISION_RATE_OFORDER_; this.COMMISION_TOTAL = COMMISION_TOTAL_; this.ORDER_PRINTED = ORDER_PRINTED_; } }