예제 #1
0
 public List <IUser> GetAllUser()
 {
     lock (padlock)
     {
         return(userProxy.GetAllUser());
     }
 }