BistroDriveWebApp.Models.orderstatu.orderstatu C# (CSharp) 메소드

orderstatu() 개인적인 메소드

private orderstatu ( ) : System
리턴 System
        public orderstatu()
        {
            this.orders = new HashSet<order>();
        }
orderstatu