Update AbpLazyServiceProvider.cs

pull/14879/head
Halil İbrahim Kalkan 3 years ago
parent 184e50e6e6
commit 84750d9d74

@ -18,8 +18,6 @@ public class AbpLazyServiceProvider :
{
}
#region Old Methods
public virtual T LazyGetRequiredService<T>()
{
return (T)LazyGetRequiredService(typeof(T));
@ -59,6 +57,4 @@ public class AbpLazyServiceProvider :
{
return GetService(serviceType, factory);
}
#endregion
}

Loading…
Cancel
Save