public DiskDeliveryBO(ICommonCalls CommonCalls, IDiskDeliveryDAO diskDeliveryDAO, IFileSystem File) { this.CommonCalls = CommonCalls; this.diskDeliveryDAO = diskDeliveryDAO; this.File = File; }
public DiskDeliveryBO(ICommonCalls common) { this.CommonCalls = common; }