コード例 #1
0
ファイル: LogHandlerAttribute.cs プロジェクト: orgad/backend
 public LogHandlerAttribute(DbContext db)
 {
     this.wmsinbound = (wmsinboundContext)db;
 }