using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using dccdc.Models; namespace dccdc.BLL { public class zzjBLL { DAL.zzjDal _dal = new DAL.zzjDal(); public object getYYList(string id,int jgid) { //throw new NotImplementedException(); return _dal.getYYList(id,jgid); } /// /// 自助机登记 /// /// /// /// /// /// public OperationResult register(string id, string img, string csrq, string idcard,string jtzz,string xm,string regp) { //throw new NotImplementedException(); return _dal.register(id, img, csrq, idcard,jtzz,xm,regp); } } }