Method | Description | |
---|---|---|
UnitsApiController ( ) : System.Collections.Generic | ||
UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddCategory ( [ id, [ categoryId ) : Task |
||
AddClient ( [ id, [ clientId ) : Task |
||
AddCustomProperty ( [ id, [ propertyId ) : Task |
||
AddLocation ( [ id, [ locationId ) : Task |
||
CreateUnit ( [ model ) : Task |
||
DeleteUnit ( [ id ) : Task |
||
EditUnit ( [ model ) : Task |
||
GetCategories ( int id ) : Task |
||
GetClients ( int id ) : Task |
||
GetCustomProperties ( int unitId ) : Task |
||
GetLocations ( int id ) : Task |
||
GetUnit ( int id ) : Task |
||
GetUnits ( ) : Task |
||
MakePrivate ( int id ) : Task |
||
MakePublic ( int id ) : Task |
||
Query ( string query ) : Task |
||
RemoveClient ( [ model ) : Task |
public UnitsApiController ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic | ||
unitsRepository | IUnitsRepository | |
return | System.Collections.Generic |