Beispiel #1
0
 public void Dispose()
 {
     if (_service != null && _service is IDisposable)
     {
         (_service as IDisposable).Dispose();
         _service = null;
     }
 }
 public void Dispose()
 {
     if (_service != null && _service is IDisposable)
     {
         (_service as IDisposable).Dispose();
         _service = null;
     }
 }
Beispiel #3
0
 public AuthorityManagement()
 {
     _service =  Platform.GetService<IAuthorityGroupAdminService>();
 }
 public AuthorityManagement()
 {
     _service = Platform.GetService <IAuthorityGroupAdminService>();
 }