Exemple #1
0
 public bool addmany(List <wrenchspecies> listwc)
 {
     return(ServerHelp.addManyInfoReturnBool <wrenchspecies>(listwc, _webip));
 }
Exemple #2
0
 public bool addlist(List <wrench> wrenchlist)
 {
     return(ServerHelp.addManyInfoReturnBool <wrench>(wrenchlist, _webip));
 }
 public bool addmany(List <system> syslist)
 {
     return(ServerHelp.addManyInfoReturnBool <system>(syslist, _webip));
 }
 public bool AddMany(List <Model.torquecheckrecord> listtorquecheckrecord)
 {
     return(ServerHelp.addManyInfoReturnBool <torquecheckrecord>(listtorquecheckrecord, _webip));
 }
 public bool addmany(List <Model.borrowrecord> borrowrecordlist)
 {
     return(ServerHelp.addManyInfoReturnBool <borrowrecord>(borrowrecordlist, _webip));
 }