Enough already. I'm obviously not incentivized/shamed into writing unit tests for things in UNTESTED dir.s. It's just making a mess of the file tree
This commit is contained in:
parent
2217fe6948
commit
959a1aebe9
129 changed files with 16 additions and 16 deletions
4
DataLayer/EfClasses/Role.cs
Normal file
4
DataLayer/EfClasses/Role.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace DataLayer
|
||||
{
|
||||
public enum Role { Author = 1, Narrator = 2, Publisher = 3 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue