예제 #1
0
 public static void ReplaceService <TInterface, TImplementation>()
     where TInterface : class
     where TImplementation : class, TInterface
 => MainContainer.ReplaceService <TInterface, TImplementation>();