示例#1
0
 public DTO.ResponseService <DTO.DetailTemp[]> GetDetail(string groupId)
 {
     return(svc.GetDetail(groupId));
 }