Skip to content

Instantly share code, notes, and snippets.

View S3gillu's full-sized avatar
🏠
Working from home

Shubham Saurabh S3gillu

🏠
Working from home
View GitHub Profile
@S3gillu
S3gillu / Program.cs
Created August 23, 2017 07:56
This Is the Repository Program
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Autofac;
namespace AutofacBasic
{
public interface IPrintService //IPrintService is Interface here