GetAllDeadlineType() public method

public GetAllDeadlineType ( ) : string
return string
コード例 #1
0
ファイル: atul_v1.asmx.cs プロジェクト: godaddy/ATUL
 public string GetAllDeadlineType()
 {
     string Types;
     AtulBusinessLogic adb = new AtulBusinessLogic();
     Types = adb.GetAllDeadlineType();
     return Types;
 }