Skip to content

Commit

Permalink
Update MyBaseController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Anderson authored Mar 27, 2019
1 parent c9ca53b commit 4756e97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;

namespace WebApiSample.Api._21.Controllers
{
#region snippet_ControllerSignature
[ApiController]
public class MyBaseController
public abstract class MyBaseApiController: ControllerBase
{
}
#endregion
Expand Down

0 comments on commit 4756e97

Please sign in to comment.