41 public static T
Get<T>() where T : class
43 return Current._services.Get<T>();
46 public static bool Has<T>() where T : class
48 return Current._services.Has<T>();
51 public static void IfHas<T>(Action<T> callback) where
T :
class
53 Current._services.IfHas(callback);
58 return Current._services.IfHas(callback);
61 protected virtual void Dispose(
bool disposing)
virtual void Dispose(bool disposing)