namespace MySolution.Model { public static class SysAppParam { public static string EmpCodeGenInActionForm = "EmpCodeGenInActionForm"; public static string AutoEmpTempSeqCode = "AutoEmpTempSeqCode"; public static string EmpEmail = "EmpEmail"; .......... .......... ........... .......... } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)