diff --git a/CoviDok/BLL/User/Auth.cs b/CoviDok/BLL/User/Auth.cs new file mode 100644 index 0000000..ad0ec31 --- /dev/null +++ b/CoviDok/BLL/User/Auth.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace CoviDok.BLL.User +{ + public class Auth + { + } +}