Exemplo n.º 1
0
 /// <summary>
 /// Loads the entity.
 /// </summary>
 /// <param name="rquId">The rquId identifier.</param>
 /// <returns>The data</returns>
 /// <exception cref="System.ApplicationException">Unable to retrieve entity id:  + rquId</exception>
 protected static string LoadEntity(string rquId)
 {
     return(GeneralUtility.LoadEntity(rquId));
 }