Skip to content

irfan636/JonasCodingTest

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • ASP.NET 0.2%