예제 #1
0
 public SyncService(ScopedDependency scopedDependency)
 {
     this._scopedDependency = scopedDependency;
 }
예제 #2
0
 public SyncServiceException(ScopedDependency scopedDependency)
 {
     ScopedDependency = scopedDependency;
 }
예제 #3
0
 public AsyncService(ScopedDependency scopedDependency)
 {
     this._scopedDependency = scopedDependency;
     _id = Guid.NewGuid();
 }