Constructor
# new FabricCrudContract(name, clazz)
Initializes a contract with a name and model class
Creates a new FabricCrudContract instance
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string
|
The name of the contract |
clazz |
Constructor.<M>
|
The model constructor |