Ejemplo n.º 1
0
 protected bool Equals(ReleaseType other)
 {
     return(Id.Equals(other.Id));
 }
Ejemplo n.º 2
0
 public static string GetTitle(this ReleaseType releaseType)
 {
     return(releaseType.GetEnumLabel());
 }