Example #1
0
 public int CreateEmployeePanel(TblEmployeePanelMapping panelMapping)
 {
     return(MastersDAL.CreateEmployeePanel(panelMapping));
 }