Explorar el Código

add MongoDB ObjectId

master
yangxiaodong hace 7 años
padre
commit
af8c37cfed
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/DotNetCore.CAP/Infrastructure/ObjectId.cs

+ 2
- 1
src/DotNetCore.CAP/Infrastructure/ObjectId.cs Ver fichero

@@ -8,7 +8,8 @@ using System.Threading;

namespace DotNetCore.CAP
{
/// <summary>Represents an ObjectId
/// <summary>
/// Represents an ObjectId
/// </summary>
[Serializable]
public struct ObjectId : IComparable<ObjectId>, IEquatable<ObjectId>


Cargando…
Cancelar
Guardar