示例#1
0
 public bool BLL_AddService(PRODUCT p, SERVICE s)
 {
     return(db.AddService(p, s));
 }