示例#1
0
 public IEnumerable <Storage> GetAllAlchoholStorage(int cusID)
 {
     return(sCtr.GetAllAlchoholStorage(cusID));
 }