/// <summary>Gets the given by identifier.</summary> /// /// <param name="byId">The by identifier to get.</param> /// /// <returns>A string.</returns> public string Get(ById byId) { return(byId.Id); }
/// <summary>Gets the given by identifier.</summary> /// /// <param name="byId">The by identifier to get.</param> /// /// <returns>A string.</returns> public string Get(ById byId) { return byId.Id; }