Пример #1
0
 public static Requestor GetRequestorById(int RequestorId)
 {
     LoadProviders(); return(_provider.GetRequestorById(RequestorId));
 }