Пример #1
0
 public muteAuthorityItem[] GetMuteAuthsByState(string state)
 {
     mc = new MuteAuthController();
     muteAuthorityItem[] result = mc.GetMuteAuthsByState(state);
     return result;
 }