Skip to content

A .Net5 web api project that handles CRUD operation for company with employees

Notifications You must be signed in to change notification settings

karle32/sample-company-web-api

Repository files navigation

  1. Implement rest of Company controller functions, all the way down to data access layer

  2. Change all Company controller functions to be asynchronous

  3. Create new repository to get and save employee information with the following data model properties:

  • string SiteId,
  • string CompanyCode,
  • string EmployeeCode,
  • string EmployeeName,
  • string Occupation,
  • string EmployeeStatus,
  • string EmailAddress,
  • string Phone,
  • DateTime LastModified
  1. Create employee controller to get the following properties for client side:
  • string EmployeeCode,
  • string EmployeeName,
  • string CompanyName,
  • string OccupationName,
  • string EmployeeStatus,
  • string EmailAddress,
  • string PhoneNumber,
  • string LastModifiedDateTime
  1. Add logger to solution and add proper error handling

About

A .Net5 web api project that handles CRUD operation for company with employees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published