Method | Description | |
---|---|---|
ClientController ( IPersonsRepository personsRepository ) : System.Web.Http | ||
Get ( int id ) : AutoMapper.Models.Client |
public ClientController ( IPersonsRepository personsRepository ) : System.Web.Http | ||
personsRepository | IPersonsRepository | |
return | System.Web.Http |
public Get ( int id ) : AutoMapper.Models.Client | ||
id | int | |
return | AutoMapper.Models.Client |