コード例 #1
0
 public DTO.ResponseService <DTO.AgentType[]> GetAgentTypeList()
 {
     return(svc.GetAgentTypeList());
 }