Exemplo n.º 1
0
 public DefaultModel(BsonInspectionResult bsonInspectionResult)
 {
     _bsonInspectionResult = bsonInspectionResult;
 }
 public IViewComponentResult Invoke(BsonInspectionResult model)
 {
     return(View("Default", new DefaultModel(model)));
 }