source: FarmatikoServices/Services/SystemService.cs@ e0cdea2

Last change on this file since e0cdea2 was db484c9, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Fix bugs

  • Property mode set to 100644
File size: 237 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace FarmatikoServices.Services
6{
7 public interface ISystemService
8 {
9 public void ParseHTML();
10 }
11 public class SystemService
12 {
13
14 }
15}
Note: See TracBrowser for help on using the repository browser.