Exemplo n.º 1
0
 public ManageController(IGHLocationService gls, IUserRepository ur)
 {
     db     = gls;
     _users = ur;
 }
Exemplo n.º 2
0
 public HomeController(IGHLocationService gls, ISearchService ss, IUserRepository ur)
 {
     _gls = gls;
     _ss  = ss;
     _ur  = ur;
 }