public TC_PaymentSumModel GetModel(int Code, SqlTransaction Transaction) { TC_PaymentSumDAL mdal = new TC_PaymentSumDAL(Transaction); return(mdal.GetModel(Code)); }
public TC_PaymentSumModel GetModel(int Code, SqlConnection Connection) { TC_PaymentSumDAL mdal = new TC_PaymentSumDAL(Connection); return(mdal.GetModel(Code)); }