Esempio n. 1
0
 public List <string> GetAllUserNamesInSystem()
 {
     return(UserLogic.GetAllUserNamesInSystem());
 }