示例#1
0
文件: Service.cs 项目: tuanly/SGM
 public Service()
 {
     //Uncomment the following line if using designed components
     //InitializeComponent();
     m_bllSaleGasService    = new SaleGasServiceBLL();
     m_bllCustomerService   = new CustomerServiceBLL();
     m_bllAdminServcie      = new AdminServiceBLL();
     m_bllReportService     = new ReportServiceBLL();
     m_bllCardService       = new CardService();
     m_bllGasStationService = new GasStationServiceBLL();
     m_bllGasStoreService   = new GasStoreServiceBLL();
 }
        public ActionResult Save(string[] Wechat, string Facebook)
        {
            var result = new CustomerServiceBLL().Update(Wechat, Facebook, UserId, UserName);

            return(Json(result.toJson()));
        }