Example #1
0
 public void Dispose()
 {
     if (_service != null && _service is IDisposable)
     {
         (_service as IDisposable).Dispose();
         _service = null;
     }
 }
Example #2
0
 public void Dispose()
 {
     if (_service != null && _service is IDisposable)
     {
         (_service as IDisposable).Dispose();
         _service = null;
     }
 }
Example #3
0
 public AuthorityRead()
 {
     _service = Platform.GetService <IAuthorityGroupReadService>();
 }
Example #4
0
 public AuthorityRead()
 {
     _service =  Platform.GetService<IAuthorityGroupReadService>();
 }