コード例 #1
0
ファイル: ErrorService.cs プロジェクト: schleepy/vrc-udon-api
 public ErrorService(VUAContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #2
0
 protected AbstractCrudService(VUAContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }