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

            return(Ok(personnelById));
        }