Added manager view for setting OOO status for employees. The OOO status for the employees will reflect on the training report as well.
This commit is contained in:
@ -23,6 +23,7 @@ namespace Fab2ApprovalSystem.Models
|
||||
public string FullName { get; set; }
|
||||
|
||||
public bool IsAdmin { get; set; }
|
||||
public bool IsManager { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public DateTime? LastLogin { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user