Exemple #1
0
 public void FindLicencia(Guid UIDLicencia, int IntPrimeraVez)
 {
     _Licencia = LicenciaRepository.Find(UIDLicencia, IntPrimeraVez);
 }
Exemple #2
0
 public void IFExistsLicencia(Guid UIDLicencia)
 {
     _Licencia = LicenciaRepository.IfExistsServer(UIDLicencia);
 }