0
我想知道IRepository接口在哪裏並且被定義爲:IRepository定義在哪裏 - ServiceStack
public IRepository Repository {get;組; }
在這個代碼在這裏所以是ServiceStack框架和ServiceStack的內置IoC的使用,這是注入的這部分IRepository?我只想知道去哪裏找到更多關於這個代碼來自哪裏的信息。
我看着Redis的ServiceModel但這樣是從ServiceStack框架某處這個庫接口?我試圖瞭解更多的服務堆棧的ORM部分,不知道這是從哪裏來的或什麼...
右,其中相同的所有ServiceStack依賴於'AppHost.Configure()',這對於[本實施例中是在這裏](https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/被定義RedisStackOverflow/RedisStackOverflow/Global.asax.cs中#L33)。 – mythz
@CoffeeAddict雖然有一個。它是在根據[RedisStackOverflow.ServiceInterface]中的[RedisStackOverflow](https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/RedisStackOverflow)項目(https://github.com/ServiceStack/ServiceStack .Examples /樹/主/ SRC/RedisStackOverflow/RedisStackOverflow.ServiceInterface)在[IRepository.cs]文件夾(https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/RedisStackOverflow/RedisStackOverflow.ServiceInterface/IRepository的.cs)。 – Mike
發現它,不知道我怎麼看過它。 – PositiveGuy