Castle.Samples.WindsorSilverlight.Model.Customer.Customer C# (CSharp) 메소드

Customer() 공개 메소드

public Customer ( System.DateTime joinedAt ) : System
joinedAt System.DateTime
리턴 System
        public Customer(DateTime joinedAt)
        {
            JoinedAt = joinedAt;
        }
Customer