コード例 #1
0
ファイル: RideService.cs プロジェクト: kaurgdeep/Kuber
 public RideService(KuberContext context)
 {
     Context = context;
 }
コード例 #2
0
ファイル: UserService.cs プロジェクト: kaurgdeep/Kuber
 public UserService(KuberContext context)
 {
     Context = context;
 }
コード例 #3
0
 public AddressService(KuberContext context)
 {
     Context = context;
 }