Last change
on this file since 1f4846d was 1454207, checked in by DimitarSlezenkovski <dslezenkovski@…>, 5 years ago |
Change structure, Add repo, services & controllers
|
-
Property mode
set to
100644
|
File size:
237 bytes
|
Rev | Line | |
---|
[1454207] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Threading.Tasks;
|
---|
| 5 | using Microsoft.AspNetCore.Mvc;
|
---|
| 6 |
|
---|
| 7 | namespace Farmatiko.Controllers
|
---|
| 8 | {
|
---|
| 9 | public class SystemController : Controller
|
---|
| 10 | {
|
---|
| 11 |
|
---|
| 12 | }
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.