GetAllDeadlineType() 공개 메소드

public GetAllDeadlineType ( ) : string
리턴 string
예제 #1
0
 public string GetAllDeadlineType()
 {
     string Types;
     AtulBusinessLogic adb = new AtulBusinessLogic();
     Types = adb.GetAllDeadlineType();
     return Types;
 }