BooksServiceSample.Models.BookChaptersRepository.InitAsync C# (CSharp) Method

InitAsync() public method

public InitAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public Task InitAsync()
        {
            return Task.FromResult<object>(null);
        }