示例#1
0
 public bool Insert(Box model)
 {
     return(boxRepository.Insert(model));
 }