Example #1
0
 public payment()
 {
     dal = new DAL.payment(siteConfig.sysdatabaseprefix);
 }
Example #2
0
 public payment()
 {
     dal = new DAL.payment(siteConfig.sysdatabaseprefix);
 }
Example #3
0
 ///////////////////////
 public static DTO.Payment Convert(DAL.payment dal)
 {
     return(_mapper.Map <DTO.Payment>(dal));
 }