Skip to content

cruzzed/PayrollApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayrollApp

Payroll system for the Technical Assistant team. Build status

Building

You'll need to add a new ClientSecret.cs file with the following content before building the project:

namespace PayrollApp
{
    public class ClientSecret
    {
        public static string FaceApiEndpoint = "YOUR-ENDPOINT-HERE";
        public static string FaceApiKey = "YOUR-API-KEY-HERE";
        public static readonly string[] AcceptableEmails = new string[]
        {
            "ACCOUNT ONE",
            "ACCOUNT TWO"
        };
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published