public SandwichController(Services.ISandwichRequestor requestor)
 {
     _requestor = requestor;
 }
示例#2
0
 public IndexModel(Services.ISandwichRequestor requestor)
 {
     _requestor = requestor;
 }