Ejemplo n.º 1
0
 public WorkingCenterPresenter()
 {
     getLocationsUseCase = Locator.Current.GetService <GetLocationsUseCase>();
     modifyFichaUseCase  = Locator.Current.GetService <ModifyFichaUseCase>();
 }
 public ContactDataPresenter()
 {
     modifyFichaUseCase = Locator.Current.GetService <ModifyFichaUseCase>();
 }