Beispiel #1
0
 //GET : api/Employee/GetAll
 public IList <ContractSearchResults> GetAll()
 {
     return(_contractLogic.GetAllContracts());
 }