示例#1
0
 public static bool DeleteCustomer(int id)
 {
     return(dBLayer.DeleteEntityByQuery <Customer>(Query.EQ("_id", id)));
 }