コード例 #1
0
 public UomController(DotNetFinalProjectDbContext context, IConfiguration configuration)
 {
     this.dbContext     = context;
     this.uomHelper     = new UomHelper(context);
     this.uomTypeHelper = new UomTypeHelper(context);
     this.configuration = configuration;
 }