コード例 #1
0
 public void DeleteCustomer(Expression <Func <CustomerEntity, bool> > where)
 {
     mongoDbService.Delete(where);
 }