namespace EnotaryoPH.Web.Common.Services { public interface ISignInService { Task SignInAsync(UserLogin userLogin); Task SignOutAsync(); } }