namespace DataAccessLayer
{
public class PaymentDAL
{
public void InsertInGenLedDet(GenLedDet genLedDet)
{
}
}
My Class GenLedDet is present inside Payment namespace
This is my code snippet in the Data Layer and this code is being used . Don't know why this error is coming as i do have another function where no such error is showing