Exemple #1
0
 public BugReportStorage(RoadStateContext context)
 {
     this._context = context;
 }
Exemple #2
0
 public PhotoStorage(RoadStateContext context)
 {
     this._context = context;
 }
Exemple #3
0
 public UserStorage(RoadStateContext context)
 {
     this._context = context;
 }
 public CommentStorage(RoadStateContext context)
 {
     this._context = context;
 }