Ejemplo n.º 1
0
 public ActionLogControllerTest()
 {
     _seed       = Guid.NewGuid().ToString();
     _controller = MockController.CreateController <ActionLogController>(_seed, "user");
 }