Skip to content

Instantly share code, notes, and snippets.

@frankely
Created September 22, 2014 17:44
Show Gist options
  • Select an option

  • Save frankely/53a456074c48a62226fa to your computer and use it in GitHub Desktop.

Select an option

Save frankely/53a456074c48a62226fa to your computer and use it in GitHub Desktop.
Employee Type
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Maven.Trakr.Models.Entities;
namespace Maven.Trakr.Api.Controllers
{
public class EmployeeTypeController : BaseCrudApiController<EmployeeType>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment