public int AddCustAcnt(CustAcnt acnt) { if (null == acnt) { return(0); } return(service.AddCustAcnt(acnt)); }