示例#1
0
 public DTO.ResponseService <DataSet> GetAttachFileAppChange(DTO.RegistrationType userRegType, string changeid)
 {
     return(svc.GetAttachFileAppChange(userRegType, changeid));
 }