1
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BLL
|
|||||||
}
|
}
|
||||||
return from x in q.Skip(startRowIndex).Take(maximumRows)
|
return from x in q.Skip(startRowIndex).Take(maximumRows)
|
||||||
select new
|
select new
|
||||||
{
|
{
|
||||||
x.DesignDrawingsId,
|
x.DesignDrawingsId,
|
||||||
x.ProjectId,
|
x.ProjectId,
|
||||||
x.CNProfessionalId,
|
x.CNProfessionalId,
|
||||||
|
|||||||
Reference in New Issue
Block a user