예제 #1
0
 public IUser Get(string id)
 {
     return(_system.GetUser(id));
 }