Exemplo n.º 1
0
 public StatusController(IUbfService ubfService)
 {
     _ubfServise = ubfService;
 }
Exemplo n.º 2
0
 public UbfController(IUbfService ubfService)
 {
     _ubfServise = ubfService;
 }