Exemplo n.º 1
0
 public static void HasSet(this ISetConfig @set, string name, Action <ISetConfig> config)
 {
 }
Exemplo n.º 2
0
 public static void HasFunction <T>(this ISetConfig @set, string name, Func <IFunctionCall, Task <IEnumerable <T> > > resolver)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static void HasSingleton <T>(this ISetConfig @set, string name, Func <Task <T> > resolver)
 {
 }
Exemplo n.º 4
0
 public static void Serves <T>(this ISetConfig @set, Func <ICall, Task <IEnumerable <T> > > resolver)
 {
 }