Example #1
0
 protected void Button3_Click(object sender, EventArgs e)
 {
     msgLbl.Text = "";
     GTS.Clock.Business.WebServices.TotalWebService total = new GTS.Clock.Business.WebServices.TotalWebService();
     //total.GTS_ExecuteByToDate(toAllTB.Text);
     msgLbl.Text = "پایان محاسبات دسته جمعی";
 }
Example #2
0
        protected void Button1_Click(object sender, EventArgs e)
        {
            msgLbl.Text = "";
            GTS.Clock.Business.WebServices.TotalWebService total = new GTS.Clock.Business.WebServices.TotalWebService();
            //total.GTS_FillByPersonBarCodeAndToDate(barcodeTB.Text, toDateTB.Text);
            //GTS.Clock.Infrastructure.Repository.PersonRepository pr=new GTS.Clock.Infrastructure.Repository.PersonRepository();

            //GTS.Clock.Model.TrafficMapping.TrafficMapper y = new GTS.Clock.Model.TrafficMapping.TrafficMapper(pr.GetByBarcode("0070020"));
            //y.DoMap();
            msgLbl.Text = "پایان محاسبات";
        }