public CustomerAuthorized Update(CustomerAuthorized entity) { return(_customerAuthorizedDal.Update(entity)); }
public bool Delete(CustomerAuthorized entity) { return(_customerAuthorizedDal.Delete(entity)); }
public CustomerAuthorized Add(CustomerAuthorized entity) { return(_customerAuthorizedDal.Add(entity)); }