Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.Web/app/leaveReport/leaveReport-Details/leaveReport-Details.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export class LeaveReportDetail {
    EmployeeUserName: string;
    EmployeeName: string;
    Type: string;
    LeaveFrom: string;
    StartDay:string;
    LeaveUpto:string;
    EndDay:string;
    Reason:string;
}