namespace DataAccessLayer
{
public class PaymentDAL
{
public void InsertInGenLedDet(GenLedDet genLedDet)
{
}
}
我的 GenLedDet 类在里面Payment namespace
这是我在数据层中的代码片段,并且正在使用此代码。不知道为什么会出现此错误,因为我确实有另一个功能没有显示此类错误
namespace DataAccessLayer
{
public class PaymentDAL
{
public void InsertInGenLedDet(GenLedDet genLedDet)
{
}
}
我的 GenLedDet 类在里面Payment namespace
这是我在数据层中的代码片段,并且正在使用此代码。不知道为什么会出现此错误,因为我确实有另一个功能没有显示此类错误