FlexFieldGet() 공개 메소드

get the Flexfield.
public FlexFieldGet ( ) : string
리턴 string
예제 #1
0
 public string FlexFieldGet()
 {
     string d = string.Empty;
     AtulBusinessLogic adb = new AtulBusinessLogic();
     d = adb.FlexFieldGet();
     return d;
 }