BillableHoursWebApp.Api.Controllers.WorkLogsController.Put C# (CSharp) Method

Put() public method

public Put ( ) : IHttpActionResult
return IHttpActionResult
        public IHttpActionResult Put()
        {
            return this.NotFound();
        }
WorkLogsController