예제 #1
0
 public ShopsController(ShopDirectoryContext context)
 {
     this._context = context ?? throw new ArgumentNullException(nameof(context));
 }