예제 #1
0
 public Role GetRole(int id)
 {
     return(_UserStorage.GetRole(id));
 }