New Feature: Donor endpoints feature/65-donor_controllers #69

Merged
niggl merged 30 commits from feature/65-donor_controllers into dev 2021-01-02 21:06:11 +00:00
Showing only changes of commit 97e8470b0d - Show all commits

View File

@ -2,7 +2,7 @@ import { Entity, ManyToOne, PrimaryColumn } from 'typeorm';
import { Address } from './Address'; import { Address } from './Address';
/** /**
* The interface(-ish) all entities using addresses have to implement. * The interface(tm) all entities using addresses have to implement.
* This is a abstract class, because apparently typeorm can't really work with interfaces :/ * This is a abstract class, because apparently typeorm can't really work with interfaces :/
*/ */
@Entity() @Entity()