Exemplo n.º 1
0
 /// <summary>
 /// Get Developer by key.
 /// </summary>
 /// <param name="key">The Developer's key.</param>
 /// <returns>The Developer with the specified key.</returns>
 public Developer Get(object key)
 {
     return(m_service.GetDeveloperByKey(key));
 }