Example #1
0
 public int InsertByOutput(StoragePlaceInfo model)
 {
     return(dal.InsertByOutput(model));
 }