示例#1
0
 public List <PartnerFile> GetFiles(string vid, string partid)
 {
     return(partnerrepo.GetFiles(vid, partid));
 }