Пример #1
0
 public int CreateDepartment(TblDepartmentMaster tblDepartment)
 {
     return(MastersDAL.CreateDepartment(tblDepartment));
 }