public void save(MST_COMPLAINT_CATEGORY dbComplaint, Login userLogin) { _uow.GetGenericRepository <MST_COMPLAINT_CATEGORY>().InsertOrUpdate(dbComplaint, userLogin, Enums.MenuList.MasterComplaintCategory); }
public void save(MST_COMPLAINT_CATEGORY dbComplaint) { _uow.GetGenericRepository <MST_COMPLAINT_CATEGORY>().InsertOrUpdate(dbComplaint); }