protected void ObjeSetle()
 {
     try
     {
         Sistem = (from p in SHOPObjeler.Listeler.Sistem
                   where p.Key == KullaniciID
                   select p.Value).Cast <SHOPObjeler.Tanimlar.Sistem>().ToList()[0];
     }
     catch (Exception ex)
     {
         Elmah.ErrorSignal.FromCurrentContext().Raise(ex);
     }
 }
Exemplo n.º 2
0
 protected void ObjeSetle()
 {
     Sistem = (from p in SHOPObjeler.Listeler.Sistem
               where p.Key == KullaniciID
               select p.Value).Cast <SHOPObjeler.Tanimlar.Sistem>().ToList()[0];
 }