Beispiel #1
0
 //Создает копию провайдера
 public ProviderController Copy(ThreadCalc thread)
 {
     return(new ProviderController
     {
         ThreadCalc = thread,
         Type = Type,
         ProviderType = ProviderType,
         Name = Name,
         Code = Code,
         Inf = Inf,
         Otm = Otm,
         Codes = Codes
     });
 }
Beispiel #2
0
 internal ProviderController(IRecordRead rec, ThreadCalc thread) : base(rec, thread)
 {
     Otm = true;
 }