예제 #1
0
 public WalletService(IStorageService storageService, IExpanseManagerClient apiClient)
     : base(storageService, apiClient)
 {
 }
예제 #2
0
 public Service(IStorageService storageService, IExpanseManagerClient apiClient)
 {
     StorageService = storageService;
     ApiClient      = apiClient;
 }
예제 #3
0
 public UserService(IExpanseManagerClient apiClient)
 {
     this.apiClient = apiClient;
 }
예제 #4
0
 public OperationService(IStorageService storageService, IExpanseManagerClient apiClient)
     : base(storageService, apiClient)
 {
 }
예제 #5
0
 public CategoryService(IStorageService storageService, IExpanseManagerClient apiClient)
     : base(storageService, apiClient)
 {
 }