Example #1
0
 public ActionResult Index()
 {
     Log.Log.For(this).Info("Start get controller for Index");
     return(View(a_d.GetAllUsers()));
 }