Exemplo n.º 1
0
 public static rptActiveSigners CreaterptActiveSigners(long ID, string accountNum, string accountBank)
 {
     rptActiveSigners rptActiveSigners = new rptActiveSigners();
     rptActiveSigners.ID = ID;
     rptActiveSigners.AccountNum = accountNum;
     rptActiveSigners.AccountBank = accountBank;
     return rptActiveSigners;
 }
Exemplo n.º 2
0
 public void AddTorptActiveSigners(rptActiveSigners rptActiveSigners)
 {
     base.AddObject("rptActiveSigners", rptActiveSigners);
 }