Пример #1
0
 public List <SOItemInfo> BatchDealItemFromFile(byte[] fileContent)
 {
     return(soProcessor.BatchDealItemFromFile(fileContent));
 }