Exemplo n.º 1
0
 public ServicesController()
 {
     if (_repo == null)
     {
         _repo = new RepoServices();
     }
 }