bcExpt1123 / JonasCodingTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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


Languages

Language:C# 99.8%Language:ASP.NET 0.2%