public static IRowService Inject() { return(InjectDependencies .Inject(typeof(IRowService), typeof(RowService)) .GetRequiredService <IRowService>()); }
public static ISpreadsheetService Inject() { return(InjectDependencies .Inject(typeof(ISpreadsheetService), typeof(SpreadsheetService)) .GetRequiredService <ISpreadsheetService>()); }