Ejemplo n.º 1
0
 public IdentityManager(string locale)
 {
     if (ApplicationUtilities.getSupportedLocale().Contains(locale))
     {
         this.locale = locale;
     }
 }