C# Class EmployeeManagement.Infrastructure.Data.CacheKeys.EmployeeCacheKeys

Show file Open project: TanvirArjel/CleanArchitecture

Public Methods

Method Description
GetDetailsKey ( long employeeId ) : string
GetKey ( long employeeId ) : string

Method Details

GetDetailsKey() public static method

public static GetDetailsKey ( long employeeId ) : string
employeeId long
return string

GetKey() public static method

public static GetKey ( long employeeId ) : string
employeeId long
return string