HI
Cannot implicitly convert anonymous type generic list to TrainingNominee Generic list.
public List
{
try
{
List
join Nominee in context.View_Nominees on t.NomineeId equals Nominee.Id
select t).ToList();
return Result;
}
catch (Exception ex)
{
throw ex;
}
}
Thanks
Sachin SinghPosted Sep 11, 2022, 10:13 AM
Farhan AhmedPosted Sep 11, 2022, 6:06 AM