【发布时间】:2012-10-10 17:14:32
【问题描述】:
namespace DataAccessLayer
{
public class PaymentDAL
{
public void InsertInGenLedDet(GenLedDet genLedDet)
{
}
}
我的班级 GenLedDet 出现在 Payment namespace
这是我在数据层中的代码 sn-p 并且正在使用此代码。不知道为什么会出现此错误,因为我确实有另一个功能没有显示此类错误
【问题讨论】:
标签: c# c#-4.0 error-handling data-layer