Method | Description | |
---|---|---|
CompanyController ( ICommonRepository repo ) : System | ||
DeleteInactiveCompany ( int companyId, int updatedBy ) : bool | ||
GetAllCompanies ( ) : IList |
||
GetAllCompanies ( string companyName ) : IList |
||
GetCompany ( int companyId ) : |
||
PostAddCustomer ( [ company ) : int | ||
PutUpdateCompany ( [ company ) : bool |
Method | Description | |
---|---|---|
Options ( ) : |
public CompanyController ( ICommonRepository repo ) : System | ||
repo | ICommonRepository | |
return | System |
public DeleteInactiveCompany ( int companyId, int updatedBy ) : bool | ||
companyId | int | |
updatedBy | int | |
return | bool |
public GetAllCompanies ( string companyName ) : IList |
||
companyName | string | |
return | IList |
public GetCompany ( int companyId ) : |
||
companyId | int | |
return |