Exemplo n.º 1
0
        public RequestsForInformation Get(Int64 ixRequestForInformation)
        {
            RequestsForInformation requestsforinformation = _context.RequestsForInformation.AsNoTracking().Where(x => x.ixRequestForInformation == ixRequestForInformation).First();

            requestsforinformation.Languages      = _context.Languages.Find(requestsforinformation.ixLanguage);
            requestsforinformation.LanguageStyles = _context.LanguageStyles.Find(requestsforinformation.ixLanguageStyle);
            requestsforinformation.ResponseTypes  = _context.ResponseTypes.Find(requestsforinformation.ixResponseType);
            requestsforinformation.Topics         = _context.Topics.Find(requestsforinformation.ixTopic);

            return(requestsforinformation);
        }
Exemplo n.º 2
0
/*
 * -- =============================================
 * -- Author:		<BotSpiel>
 *
 * -- Description:	<Description>
 *
 * This class ....
 *
 */

        public RequestsForInformationSimiles()
        {
            RequestsForInformation _RequestsForInformation = new RequestsForInformation();

            RequestsForInformation = _RequestsForInformation;
        }