fit.Test.NUnit.BusinessObject.BusinessObject C# (CSharp) 메소드

BusinessObject() 공개 메소드

public BusinessObject ( string strs ) : System
strs string
리턴 System
        public BusinessObject(string[] strs)
        {
            this.strs = strs;
        }