issues
search
alexgubanow
/
apteka063
tg bot for local pharmacy service
MIT License
0
stars
0
forks
source link
Refactoring
#37
Closed
EdvardasDlugauskas
closed
2 years ago
EdvardasDlugauskas
commented
2 years ago
Correct namespaces according to project structure
Use async methods where possible
Use .FindAsync(ID) instead of Where(ID).FirstOrDefault()
Use null coalescing and nullable access to simplify code
Correct nullable/not-nullable typings in some places
Remove unused methods