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