예제 #1
0
 public BusinessPartnerVM GetBusinessPartnerByBSPId(int bspId)
 {
     using (ReceiptDAL reciptDal = new ReceiptDAL())
     {
         return(reciptDal.GetBusinessPartnerByBSPId(bspId));
     }
 }