Remove "Get" statement from example docs
This commit is contained in:
@@ -32,10 +32,9 @@ public class ModuleB
|
|||||||
[DontInject]
|
[DontInject]
|
||||||
public NotificationService { get; set; }
|
public NotificationService { get; set; }
|
||||||
|
|
||||||
public ModuleB(CommandService commands, IDependencyMap map)
|
public ModuleB(CommandService commands)
|
||||||
{
|
{
|
||||||
Commands = commands;
|
Commands = commands;
|
||||||
_notification = map.Get<NotificationService>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user