/// <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);
 }
示例#2
0
 /// <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;
 }