mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 23:01:53 +03:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace MicroIoc
|
|
{
|
|
public interface IConfiguration
|
|
{
|
|
IConfiguration Configure<T>(InjectedMemberBase injection);
|
|
}
|
|
}
|