示例#1
0
 public static List <VW_Release> GetAllVWByInboundReqId(int InboundRequestId)
 {
     return(repository.GetAllVWByInboundReqId(InboundRequestId));
 }