예제 #1
0
        public IHttpActionResult GetByInactive()
        {
            PersonnelService personnelService = CreatePersonnelService();
            var personnelById = personnelService.GetInactivePersonnel();

            return(Ok(personnelById));
        }